diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-20 13:56:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-20 13:56:38 +0000 |
commit | ada9bc2b24ecb73c78e07aed933dc99f1d44ed3c (patch) | |
tree | 2a404577e750f7986496a30da657d180b219705c /docs/examples/sepheaders.c | |
parent | 43da41e73ea600e26916ac45833e06145251087f (diff) |
win32sockets.c is now added with winsock init/cleanup example functions
Diffstat (limited to 'docs/examples/sepheaders.c')
-rw-r--r-- | docs/examples/sepheaders.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/examples/sepheaders.c b/docs/examples/sepheaders.c index 724e14157..ead557214 100644 --- a/docs/examples/sepheaders.c +++ b/docs/examples/sepheaders.c @@ -1,3 +1,16 @@ +/***************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * $Id$ + */ + +/* to make this work under windows, use the win32-functions from the + win32socket.c file as well */ + #include <stdio.h> #include <stdlib.h> #include <unistd.h> |