gwenhywfar
5.6.0
gwenhywfar5
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 */
GWEN_Url_fromCommandString
GWENHYWFAR_API GWEN_URL * GWEN_Url_fromCommandString(const char *str)
GWEN_URL
struct GWEN_URL GWEN_URL
Definition:
url.h:77
GWEN_Url_fromString
GWENHYWFAR_API GWEN_URL * GWEN_Url_fromString(const char *str)
buffer.h
GWEN_Url_toUiShortString
GWENHYWFAR_API void GWEN_Url_toUiShortString(const GWEN_URL *url, GWEN_BUFFER *buf)
url.h
GWEN_Url_toCommandString
GWENHYWFAR_API int GWEN_Url_toCommandString(const GWEN_URL *url, GWEN_BUFFER *buf)
GWENHYWFAR_API
#define GWENHYWFAR_API
Definition:
gwenhywfarapi.h:67
GWEN_Url_toString
GWENHYWFAR_API int GWEN_Url_toString(const GWEN_URL *url, GWEN_BUFFER *buf)
GWEN_BUFFER
struct GWEN_BUFFER GWEN_BUFFER
A dynamically resizeable text buffer.
Definition:
buffer.h:38
Generated by
1.8.17