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, 0 insertions, 15 deletions
diff --git a/support/texlab/crates/bibutils_sys/src/strsearch.h b/support/texlab/crates/bibutils_sys/src/strsearch.h
deleted file mode 100644
index 924093994d..0000000000
--- a/support/texlab/crates/bibutils_sys/src/strsearch.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * 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
-