aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-06 17:58:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-06 17:58:40 +0000
commitd234059375e77fe46c57e98751dc8491dff46e85 (patch)
treef2c73e373b9e7a01af71b2fa1ba0d5feb41881cf /src/include/gnunet_os_lib.h
parentafa1f268d5275e134566924a84e05ce631396cdb (diff)
downloadgnunet-d234059375e77fe46c57e98751dc8491dff46e85.tar.gz
gnunet-d234059375e77fe46c57e98751dc8491dff46e85.zip
Implement passing sockets in IPC on W32 (#1975)
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index aed5e3b01..ff324e18a 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -275,7 +275,7 @@ GNUNET_OS_start_process_va (struct GNUNET_DISK_PipeHandle *pipe_stdin,
275 * @return pointer to process structure of the new process, NULL on error 275 * @return pointer to process structure of the new process, NULL on error
276 */ 276 */
277struct GNUNET_OS_Process * 277struct GNUNET_OS_Process *
278GNUNET_OS_start_process_v (const int *lsocks, const char *filename, 278GNUNET_OS_start_process_v (const SOCKTYPE *lsocks, const char *filename,
279 char *const argv[]); 279 char *const argv[]);
280 280
281 281