Wireshark  4.3.0
The Wireshark network protocol analyzer
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
19 extern "C" {
20 #endif /* __cplusplus */
21 
22 /*
23  * Convert a CFString to a g_malloc()ated C string.
24  */
25 WS_DLL_PUBLIC char *CFString_to_C_string(CFStringRef cfstring);
26 
27 #ifdef __cplusplus
28 }
29 #endif /* __cplusplus */
30 
31 #endif /* __WSUTIL_CFUTILS_H__ */