diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-19 11:02:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-19 11:02:01 +0000 |
commit | 4c6a52fe90e0c17d9d72ba21fea07dcfa6cda238 (patch) | |
tree | 74a013841208cea1ee3270794a3cba6e54100724 | |
parent | 792d73a9cf3a22e4eeddffe0623fd4f111467aba (diff) |
corrected reference to multi-using examples
-rw-r--r-- | lib/multi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.h b/lib/multi.h index 9ad806778..a9bd4eaf4 100644 --- a/lib/multi.h +++ b/lib/multi.h @@ -44,7 +44,7 @@ o Enable the application to select() on its own file descriptors and curl's file descriptors simultaneous easily. - Example source using this interface: http://curl.haxx.se/dev/multi-app.c + Example sources using this interface is here: ../multi/ */ #ifdef HAVE_SYS_SOCKET_H |