-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 |