author | Lorenzo Bettini <bettini@dsi.unifi.it> | 2007年06月08日 10:11:29 +0000 |
---|---|---|
committer | Lorenzo Bettini <bettini@dsi.unifi.it> | 2007年06月08日 10:11:29 +0000 |
commit | e9ea18fdc4f4f57b9ab8c9a4c6c182b0a1919b07 (patch) | |
tree | 92186c3de0146a0fa595e64b6a6aca1417078c0b /src/lib/refposition.h | |
parent | 6fcee8f6e2f2212855b5b3e3ea5db76dc5d48cc3 (diff) | |
download | src-highlite-e9ea18fdc4f4f57b9ab8c9a4c6c182b0a1919b07.tar.gz |
-rw-r--r-- | src/lib/refposition.h | 8 |
diff --git a/src/lib/refposition.h b/src/lib/refposition.h new file mode 100644 index 0000000..f80c9e0 --- /dev/null +++ b/src/lib/refposition.h @@ -0,0 +1,8 @@ +#ifndef REFPOSITION_H +#define REFPOSITION_H + +// where a reference must be put + +typedef enum {INLINE=1, POSTLINE, POSTDOC} RefPosition; + +#endif // REFPOSITION_H |