gwenhywfar  4.8.0beta
urlfns.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Fri May 07 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * Please see toplevel file COPYING for license details *
11  ***************************************************************************/
12 
13 #ifndef GWEN_URLFNS_H
14 #define GWEN_URLFNS_H
15 
16 #include <gwenhywfar/url.h>
17 #include <gwenhywfar/buffer.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 
28 GWEN_URL *GWEN_Url_fromString(const char *str);
30 int GWEN_Url_toString(const GWEN_URL *url, GWEN_BUFFER *buf);
31 
33 GWEN_URL *GWEN_Url_fromCommandString(const char *str);
35 int GWEN_Url_toCommandString(const GWEN_URL *url, GWEN_BUFFER *buf);
36 
37 #ifdef __cplusplus
38 } /* __cplusplus */
39 #endif
40 
41 
42 #endif /* HTTPURLFNS_H */