summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/strsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibutils_sys/src/strsearch.h')
-rw-r--r--support/texlab/crates/bibutils_sys/src/strsearch.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/texlab/crates/bibutils_sys/src/strsearch.h b/support/texlab/crates/bibutils_sys/src/strsearch.h
new file mode 100644
index 0000000000..924093994d
--- /dev/null
+++ b/support/texlab/crates/bibutils_sys/src/strsearch.h
@@ -0,0 +1,15 @@
+/*
+ * strsearch.h
+ *
+ * Copyright (c) Chris Putnam 1995-2019
+ *
+ * Source code released under the GPL version 2
+ *
+ */
+#ifndef STRSEARCH_H
+#define STRSEARCH_H
+
+char *strsearch (const char *haystack, const char *needle);
+
+#endif
+