summaryrefslogtreecommitdiffstats
path: root/core/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/parse.h')
-rw-r--r--core/parse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/parse.h b/core/parse.h
index affffcfb0..2a666ec4d 100644
--- a/core/parse.h
+++ b/core/parse.h
@@ -59,8 +59,6 @@ extern int diveid;
int trimspace(char *buffer);
void clear_table(struct dive_table *table);
-void record_dive_to_table(struct dive *dive, struct dive_table *table);
-void record_dive(struct dive *dive);
void start_match(const char *type, const char *name, char *buffer);
void nonmatch(const char *type, const char *name, char *buffer);
typedef void (*matchfn_t)(char *buffer, void *);