/builddir/build/BUILD/qpid-proton-0.7/proton-c/include/proton/util.h File Reference
#include <proton/import_export.h>
#include <stdarg.h>
Go to the source code of this file.
Defines |
#define | PROTON_UTIL_H 1 |
Functions |
PN_EXTERN void | pni_parse_url (char *url, char **scheme, char **user, char **pass, char **host, char **port, char **path) |
PN_EXTERN void | pn_fatal (const char *fmt,...) |
PN_EXTERN void | pn_vfatal (const char *fmt, va_list ap) |
Define Documentation
Function Documentation
PN_EXTERN void pn_fatal |
( |
const char * |
fmt, |
|
|
|
... | |
|
) |
| | |
PN_EXTERN void pn_vfatal |
( |
const char * |
fmt, |
|
|
va_list |
ap | |
|
) |
| | |
PN_EXTERN void pni_parse_url |
( |
char * |
url, |
|
|
char ** |
scheme, |
|
|
char ** |
user, |
|
|
char ** |
pass, |
|
|
char ** |
host, |
|
|
char ** |
port, |
|
|
char ** |
path | |
|
) |
| | |