summaryrefslogtreecommitdiff
path: root/strfuncs.h
diff options
context:
space:
mode:
authorZbigniew Chyla <zbigniew.chyla@nsn.com>2015-01-16 15:46:59 +0100
committerEric S. Raymond <esr@thyrsus.com>2015-01-21 10:46:51 -0500
commit39554efdf0416e35236ad3d23a3a893d90c68be6 (patch)
treee237c952f80032b0ac2b445e4c608ac2053eda23 /strfuncs.h
parent2a942ccb227f4b16d40e259abab47b566daae00d (diff)
downloadgpsd-39554efdf0416e35236ad3d23a3a893d90c68be6.tar.gz
Add new header for string functions.
This change doesn't affect generated binary code.
Diffstat (limited to 'strfuncs.h')
-rw-r--r--strfuncs.h12
1 files changed, 12 insertions, 0 deletions
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 <string.h>
+
+#endif /* _GPSD_STRFUNCS_H_ */