aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan.h')
-rw-r--r--src/assuan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan.h b/src/assuan.h
index 4886608..42194ec 100644
--- a/src/assuan.h
+++ b/src/assuan.h
@@ -293,7 +293,7 @@ struct assuan_system_hooks
/* If action is 0, like waitpid. If action is 1, just release the PID? */
pid_t (*waitpid) (assuan_context_t ctx, pid_t pid,
int action, int *status, int options);
- int (*socketpair) (assuan_context_t ctx, int namespace, int style,
+ int (*socketpair) (assuan_context_t ctx, int _namespace, int style,
int protocol, assuan_fd_t filedes[2]);
};
typedef struct assuan_system_hooks *assuan_system_hooks_t;