summaryrefslogtreecommitdiffstats
path: root/src/portmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portmap.h')
-rw-r--r--src/portmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portmap.h b/src/portmap.h
index 7cbb56c..0f302fc 100644
--- a/src/portmap.h
+++ b/src/portmap.h
@@ -22,10 +22,10 @@
#ifndef portmap_h
#define portmap_h
-bool_t portmap_register(const char *log_id, int resv_sock,
+bool_t portmap_register(const char *log_id, int *resv_sock, int but_not,
int program, int version,
int family, int protocol, int port);
-bool_t portmap_unregister(const char *log_id, int resv_sock,
+bool_t portmap_unregister(const char *log_id, int *resv_sock, int but_not,
int program, int version,
int family, int protocol, int port);
int portmap_create_client_socket(char *module, int but_not);