summaryrefslogtreecommitdiff
path: root/lib/ZRetSubs.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1988-05-17 17:21:01 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1988-05-17 17:21:01 +0000
commit031ec0f258f152c1e20905b381aa7f5974db1f3d (patch)
tree1c15619ec8a5192e2d5095c6efde5e9a47ddc7ce /lib/ZRetSubs.c
parent4d21b4b5da809cdf4499190a1e27bff679a90422 (diff)
All sorts of changes for ver 0.2
Diffstat (limited to 'lib/ZRetSubs.c')
-rw-r--r--lib/ZRetSubs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ZRetSubs.c b/lib/ZRetSubs.c
index 7fac7a4..7ef9a74 100644
--- a/lib/ZRetSubs.c
+++ b/lib/ZRetSubs.c
@@ -23,6 +23,7 @@ static char rcsid_ZRetrieveSubscriptions_c[] = "$Header$";
#define MAXSUBPACKETS 200 /* If a person has more than 1000
* subscriptions, he loses! */
+#ifdef notdef
Code_t ZRetrieveSubscriptions(port,nsubs)
u_short port;
int *nsubs;
@@ -153,3 +154,4 @@ Code_t ZRetrieveSubscriptions(port,nsubs)
return (returncode);
}
+#endif