]> andersk Git - moira.git/blobdiff - lib/mr_private.h
Fix another freeing-memory-we-didn't-malloc bug in AddMachine. This
[moira.git] / lib / mr_private.h
index 720c3cdce78d5eb5fa1ac3c5aaa6037837f034c4..d769f397439a80700bae540d82a75bdc852e0eb3 100644 (file)
@@ -27,16 +27,3 @@ extern int sending_version_no;
 #define EVER (;;)
        
 #define CHECK_CONNECTED {if (!_mr_conn) return MR_NOT_CONNECTED;}
-
-/*
- * There should be an include file for these..
- */
-       
-extern char *malloc();
-#ifndef htonl
-extern u_long htonl(), ntohl();
-extern u_short htons(), ntohs();
-#endif /* htonl */
-
-
-
This page took 0.030457 seconds and 4 git commands to generate.