From eaab9967ad572087592d56084ac324513ec22ae6 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 29 May 2008 17:17:42 -0400 Subject: - build cleanups - remove some more NSPRisms in cases when XDRisms are even more portable --- src/portmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/portmap.h') diff --git a/src/portmap.h b/src/portmap.h index 1601b7b..18b7152 100644 --- a/src/portmap.h +++ b/src/portmap.h @@ -1,8 +1,6 @@ #ifndef portmap_h #define portmap_h -#include - bool_t portmap_register(const char *log_id, int resv_sock, int program, int version, int protocol, int port); bool_t portmap_unregister(const char *log_id, -- cgit