gwenhywfar  5.11.1beta
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);
29 
31 int GWEN_Url_toString(const GWEN_URL *url, GWEN_BUFFER *buf);
32 
35 
38 
39 
46 
47 
48 #ifdef __cplusplus
49 } /* __cplusplus */
50 #endif
51 
52 
53 #endif /* HTTPURLFNS_H */
struct GWEN_BUFFER GWEN_BUFFER
A dynamically resizeable text buffer.
Definition: buffer.h:38
#define GWENHYWFAR_API
Definition: gwenhywfarapi.h:67
struct GWEN_URL GWEN_URL
Definition: url.h:77
GWENHYWFAR_API int GWEN_Url_toCommandString(const GWEN_URL *url, GWEN_BUFFER *buf)
GWENHYWFAR_API GWEN_URL * GWEN_Url_fromString(const char *str)
GWENHYWFAR_API int GWEN_Url_toString(const GWEN_URL *url, GWEN_BUFFER *buf)
GWENHYWFAR_API GWEN_URL * GWEN_Url_fromCommandString(const char *str)
GWENHYWFAR_API void GWEN_Url_toUiShortString(const GWEN_URL *url, GWEN_BUFFER *buf)