gwenhywfar
4.12.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gwenhywfar4
gwenhywfar
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
30
GWENHYWFAR_API
31
int
GWEN_Url_toString
(
const
GWEN_URL
*url,
GWEN_BUFFER
*buf);
32
33
GWENHYWFAR_API
34
GWEN_URL
*
GWEN_Url_fromCommandString
(
const
char
*str);
35
36
GWENHYWFAR_API
37
int
GWEN_Url_toCommandString
(
const
GWEN_URL
*url,
GWEN_BUFFER
*buf);
38
39
44
GWENHYWFAR_API
45
void
GWEN_Url_toUiShortString
(
const
GWEN_URL
*url,
GWEN_BUFFER
*buf);
46
47
48
#ifdef __cplusplus
49
}
/* __cplusplus */
50
#endif
51
52
53
#endif
/* HTTPURLFNS_H */
Generated on Thu Nov 13 2014 21:37:51 for gwenhywfar by
1.8.1.2