summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/server.h b/server.h
index 1463f8a..79a6f4e 100644
--- a/server.h
+++ b/server.h
@@ -12,15 +12,11 @@ void server_setPassword(const char *server, const char *password);
void server_setBase(const char *server, const char *base);
-void server_setAlias(const char *server, const char *alias);
-
void server_initServers();
int server_send(epoll_server_t *server, const char *buffer, size_t len, const BOOL cork);
-int server_aliasToBase(struct string *in, struct string *out);
-
-int server_baseToAlias(struct string *in, struct string *out);
+int server_getFromBase(struct string *in);
uint32_t server_searchRequest(int server, struct SearchRequest *req);