diff options
Diffstat (limited to 'service/models.ice')
-rw-r--r-- | service/models.ice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/models.ice b/service/models.ice index 971e7b9..7d83829 100644 --- a/service/models.ice +++ b/service/models.ice @@ -7,6 +7,8 @@ module MirrorSearch { int id; string name; string baseurl; + optional(0) string referrer; + optional(1) string useragent; string listxpath; string urlxpath; int parserflags; |