Tactical commit whilst converting to URL_FILE

This commit is contained in:
Simon Brooke 2019-01-24 18:59:01 +00:00
parent f8c20ab3b1
commit a355a28ffa
23 changed files with 700 additions and 88 deletions

View file

@ -20,6 +20,6 @@
#define __dump_h
void dump_object( FILE * output, struct cons_pointer pointer );
void dump_object( URL_FILE * output, struct cons_pointer pointer );
#endif