src/protocols/zephyr/ZRetSubs.c

changeset 12424
af82a40f2488
parent 11105
842fa517e08c
--- a/src/protocols/zephyr/ZRetSubs.c	Thu Dec 08 23:36:47 2005 +0000
+++ b/src/protocols/zephyr/ZRetSubs.c	Thu Dec 08 23:38:36 2005 +0000
@@ -11,7 +11,7 @@
 
 #include "internal.h"
 
-static Code_t Z_RetSubs ();
+static Code_t Z_RetSubs(ZNotice_t *notice, int *nsubs, Z_AuthProc auth_routine);
 
 /* Need STDC definition when possible for unsigned short argument. */
 #ifdef __STDC__
@@ -41,6 +41,7 @@
 	return(Z_RetSubs(&notice, nsubs, ZAUTH));
 }
 
+#if 0
 Code_t ZRetrieveDefaultSubscriptions(nsubs)
 	int *nsubs;
 {
@@ -54,6 +55,7 @@
 	return(Z_RetSubs(&notice, nsubs, ZNOAUTH));
 
 }
+#endif
 
 static Code_t Z_RetSubs(notice, nsubs, auth_routine)
 	register ZNotice_t *notice;

mercurial