summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index f092423ab..a9046d4d1 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -88,5 +88,8 @@ void handle_i(char token,char* params,serverrec* source,serverrec* reply, char*
void handle_P(char token,char* params,serverrec* source,serverrec* reply, char* tcp_host);
void handle_V(char token,char* params,serverrec* source,serverrec* reply, char* tcp_host);
+/** Functions for u:lined servers
+ */
+bool is_uline(const char* server);
#endif