aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/curlgtk.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-20 13:56:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-20 13:56:38 +0000
commitada9bc2b24ecb73c78e07aed933dc99f1d44ed3c (patch)
tree2a404577e750f7986496a30da657d180b219705c /docs/examples/curlgtk.c
parent43da41e73ea600e26916ac45833e06145251087f (diff)
win32sockets.c is now added with winsock init/cleanup example functions
Diffstat (limited to 'docs/examples/curlgtk.c')
-rw-r--r--docs/examples/curlgtk.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/examples/curlgtk.c b/docs/examples/curlgtk.c
index 48b10e9c7..7c9ce2a1b 100644
--- a/docs/examples/curlgtk.c
+++ b/docs/examples/curlgtk.c
@@ -1,4 +1,12 @@
-/* curlgtk.c */
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
/* Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */
/* an attempt to use the curl library in concert with a gtk-threaded application */