summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibutils_sys/src/notes.h')
-rw-r--r--support/texlab/crates/bibutils_sys/src/notes.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/support/texlab/crates/bibutils_sys/src/notes.h b/support/texlab/crates/bibutils_sys/src/notes.h
new file mode 100644
index 0000000000..965b5798e4
--- /dev/null
+++ b/support/texlab/crates/bibutils_sys/src/notes.h
@@ -0,0 +1,17 @@
+/*
+ * notes.h
+ *
+ * Copyright (c) Chris Putnam 2016-2019
+ *
+ * Source code released under the GPL version 2
+ *
+ */
+#ifndef NOTES_H
+#define NOTES_H
+
+#include "bibutils.h"
+
+int notes_add( fields *bibout, str *invalue, int level );
+
+#endif
+