aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/cfutils.h
Commit message (Collapse)AuthorAgeFilesLines
* cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde2015-11-291-4/+0
| | | | | | | | Change-Id: Iac9384e63a4e946c73832103f8d6949f0187fa38 Reviewed-on: https://code.wireshark.org/review/12147 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
* Don't declare CFString_to_C_string() if we don't have OS X frameworks.Guy Harris2014-06-221-0/+4
| | | | | | | | | You shouldn't be including cfutils.h if you don't have CF, but this may be tripping up the ABI checker. Change-Id: Ib736a33013c6ab0f416ebbedaa4ebf112bade6f7 Reviewed-on: https://code.wireshark.org/review/2530 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Move get_os_version_info() to libwsutil.Guy Harris2014-06-211-0/+43
This mean we also have to move CFString_to_C_string() there for OS X. Change-Id: Ic91ad872e9d5290cf34f842503ededd5452e4337 Reviewed-on: https://code.wireshark.org/review/2511 Reviewed-by: Guy Harris <guy@alum.mit.edu>