summaryrefslogtreecommitdiff
path: root/lib/formdata.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-09-17 14:23:27 +0000
committerYang Tse <yangsita@gmail.com>2009-09-17 14:23:27 +0000
commitf2f45339dc378ed4d15b19ebf8d16e9f58d776e8 (patch)
treea9656262c646f1d8e35084d8bad29f0ec4db3f73 /lib/formdata.h
parentbe5c815f630f47fb9d9d520f526c24a902862db5 (diff)
downloadgnurl-f2f45339dc378ed4d15b19ebf8d16e9f58d776e8.tar.gz
gnurl-f2f45339dc378ed4d15b19ebf8d16e9f58d776e8.tar.bz2
gnurl-f2f45339dc378ed4d15b19ebf8d16e9f58d776e8.zip
Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h
into curl_rand.c and curl_rand.h
Diffstat (limited to 'lib/formdata.h')
-rw-r--r--lib/formdata.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/formdata.h b/lib/formdata.h
index 0d9400a15..1ca0eef8b 100644
--- a/lib/formdata.h
+++ b/lib/formdata.h
@@ -1,6 +1,5 @@
-#ifndef __FORMDATA_H
-#define __FORMDATA_H
-
+#ifndef HEADER_CURL_FORMDATA_H
+#define HEADER_CURL_FORMDATA_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -8,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -97,8 +96,4 @@ void Curl_formclean(struct FormData **);
CURLcode Curl_formconvert(struct SessionHandle *, struct FormData *);
-void Curl_srand(void);
-unsigned int Curl_rand(void);
-
-#endif
-
+#endif /* HEADER_CURL_FORMDATA_H */