From 39554efdf0416e35236ad3d23a3a893d90c68be6 Mon Sep 17 00:00:00 2001 From: Zbigniew Chyla Date: Fri, 16 Jan 2015 15:46:59 +0100 Subject: Add new header for string functions. This change doesn't affect generated binary code. --- strfuncs.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 strfuncs.h diff --git a/strfuncs.h b/strfuncs.h new file mode 100644 index 00000000..a196ef23 --- /dev/null +++ b/strfuncs.h @@ -0,0 +1,12 @@ +/* + * strfuncs.h - string functions + * + * This software is distributed under a BSD-style license. See the + * file "COPYING" in the toop-level directory of the distribution for details. + */ +#ifndef _GPSD_STRFUNCS_H_ +#define _GPSD_STRFUNCS_H_ + +#include + +#endif /* _GPSD_STRFUNCS_H_ */ -- cgit v1.2.1