Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
cfutils.h
Go to the documentation of this file.
1
13#ifndef __WSUTIL_CFUTILS_H__
14#define __WSUTIL_CFUTILS_H__
15
16#include "ws_symbol_export.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif /* __cplusplus */
21
32WS_DLL_PUBLIC char *CFString_to_C_string(CFStringRef cfstring);
33
34#ifdef __cplusplus
35}
36#endif /* __cplusplus */
37
38#endif /* __WSUTIL_CFUTILS_H__ */
WS_DLL_PUBLIC char * CFString_to_C_string(CFStringRef cfstring)
Convert a Core Foundation string to a g_malloc()ated C string.
Definition cfutils.c:24