For now, just declare the function...
authorScott Cantor <cantor.2@osu.edu>
Thu, 18 Mar 2004 22:26:53 +0000 (22:26 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 18 Mar 2004 22:26:53 +0000 (22:26 +0000)
shar/shar-utils.cpp

index 8bd6b6b..22b7cd1 100644 (file)
@@ -35,9 +35,7 @@
 # define svc_fdset onc_svc_fdset
 #endif
 
-#ifdef NEED_SVCFD_CREATE_DEFN
-extern SVCXPRT* svcfd_create ();
-#endif
+extern SVCXPRT* svcfd_create(int, u_int, u_int);
 
 using namespace std;
 using namespace saml;