about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/blaze822.h b/blaze822.h
index 0d3d60b..96588a7 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -38,3 +38,9 @@ int blaze822_check_mime(struct message *msg);
 int blaze822_mime_body(struct message *msg, char **cto, char **bodyo, size_t *bodyleno, char **bodychunko);
 int blaze822_multipart(struct message *msg, struct message **imsg);
 int blaze822_mime_parameter(char *s, char *name, char **starto, char **stopo);
+
+// seq.c
+
+char *blaze822_seq_open(char *file);
+int blaze822_seq_load(char *map);
+long blaze822_seq_find(char *ref);