fixed syntax of last commit
[NeonServV5.git] / ChanNode.h
index 71769f3e51976bcab62eba745150c4eb36c604ce..8d1ed34e6aeee1f6b1bda8774059b6e7ae250013 100644 (file)
@@ -20,5 +20,6 @@ int is_valid_chan(const char *name);
 struct ChanNode* getChanByName(const char *name);
 struct ChanNode* addChannel(const char *chan);
 void delChannel(struct ChanNode* chan, int freeChan);
+void checkChannelVisibility(struct ChanNode* chan);
 
 #endif
\ No newline at end of file