session/client counting utils to header
[pazpar2-moved-to-github.git] / src / http_command.c
index 3ab415c..474a8a2 100644 (file)
@@ -687,8 +687,6 @@ static void cmd_session_status(struct http_channel *c)
     release_session(c, s);
 }
 
-int sessions_count(void);
-int clients_count(void);
 #ifdef HAVE_RESULTSETS_COUNT
 int resultsets_count(void);
 #else