aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-06 12:08:58 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-06 12:08:58 +0100
commitaf3cc906185d7273cf82b1339b63843062898120 (patch)
tree01d9cff85d6c4dfee3185a2402745d721f3636e8 /parse.h
parentRemove GC. (diff)
downloadcalp-af3cc906185d7273cf82b1339b63843062898120.tar.gz
calp-af3cc906185d7273cf82b1339b63843062898120.tar.xz
Code cleanup and add documentation.
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 2752256a..9d95bb22 100644
--- a/parse.h
+++ b/parse.h
@@ -37,8 +37,7 @@ int handle_kv(
vevent* ev,
content_line* cline,
int line,
- // scope_context* s_ctx
- parse_ctx* ctx
+ parse_ctx* ctx
);
int parse_file(char* fname, FILE* f, vcalendar* cal);