summaryrefslogtreecommitdiffstats
path: root/proxy.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-29 15:47:03 +0200
committerSimon Rettberg2017-05-29 15:47:03 +0200
commitbf9f3a690ead4aa59f5dbae744503e90793f770f (patch)
tree6e4d4870886ca271d7c2b345cdd672cdee3214ce /proxy.h
parentAdd comment about tinyldap sources (diff)
downloadldadp-bf9f3a690ead4aa59f5dbae744503e90793f770f.tar.gz
ldadp-bf9f3a690ead4aa59f5dbae744503e90793f770f.tar.xz
ldadp-bf9f3a690ead4aa59f5dbae744503e90793f770f.zip
Support specifying custom attribute names for schema
Diffstat (limited to 'proxy.h')
-rw-r--r--proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy.h b/proxy.h
index f9a781e..44d971d 100644
--- a/proxy.h
+++ b/proxy.h
@@ -13,4 +13,6 @@ void proxy_removeServer(epoll_server_t * const server);
BOOL proxy_fromServer(epoll_server_t *server, const size_t maxLen);
+void proxy_initDefaultMap(server_t *server);
+
#endif