Modified function heads & prototypes.
[yaz-moved-to-github.git] / include / tcpip.h
index 3a4e1a6..ddb2a5a 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: tcpip.h,v $
- * Revision 1.2  1995-05-16 08:50:39  quinn
+ * Revision 1.3  1995-09-27 15:02:53  quinn
+ * Modified function heads & prototypes.
+ *
+ * Revision 1.2  1995/05/16  08:50:39  quinn
  * License, documentation, and memory fixes
  *
  * Revision 1.1  1995/03/30  09:39:43  quinn
 #ifndef TCPIP_H
 #define TCPIP_H
 
+#include <yconfig.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-struct sockaddr_in *tcpip_strtoaddr(const char *str);
+struct sockaddr_in MDF *tcpip_strtoaddr(const char *str);
 
-COMSTACK tcpip_type(int blocking, int protocol);
+COMSTACK MDF tcpip_type(int blocking, int protocol);
 
 #endif