gwenhywfar
4.7.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
parser
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
27
GWENHYWFAR_API
28
GWEN_URL
*
GWEN_Url_fromString
(
const
char
*str);
29
GWENHYWFAR_API
30
int
GWEN_Url_toString
(
const
GWEN_URL
*url,
GWEN_BUFFER
*buf);
31
32
GWENHYWFAR_API
33
GWEN_URL
*
GWEN_Url_fromCommandString
(
const
char
*str);
34
GWENHYWFAR_API
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 */
Generated on Wed Aug 21 2013 18:32:11 for gwenhywfar by
1.8.4