Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / recctrl / inline.h
index 70ba71d..a9ea93e 100644 (file)
@@ -1,3 +1,6 @@
+/*
+    $Id: inline.h,v 1.4 2006-05-10 08:13:28 adam Exp $
+*/
 #ifndef INLINE_H
 #define INLINE_H
 
@@ -23,7 +26,8 @@ typedef struct inline_subfield
     struct inline_subfield *parent;
 } inline_subfield;
 
-inline_field *inline_parse(const char *s);
+inline_field *inline_mk_field(void);
+int inline_parse(inline_field *pf, const char *tag, const char *s);
 void inline_destroy_field(inline_field *p);
 
 #ifdef __cplusplus
@@ -31,3 +35,11 @@ void inline_destroy_field(inline_field *p);
 #endif
 
 #endif
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+