Check pointer types

Sat Apr 23 18:38:46 2005  Søren Sandmann  <sandmann@redhat.com>

	* sfile.c (post_process_read_instructions): Check pointer types

	* sfile.c (post_process_instructions_recurse): Delete this unused function
This commit is contained in:
Søren Sandmann
2005-04-23 22:47:35 +00:00
committed by Søren Sandmann Pedersen
parent 753eb9378b
commit 8424be6024
3 changed files with 45 additions and 56 deletions

View File

@ -42,7 +42,10 @@ typedef guint SType;
* For formats consider:
*
* Format *format_new (void);
* void format_new_record (Format *f, Record *r);
* void format_set_record (Format *f, Content *r);
* Content *new_record (Content *c1, ...);
*
* List *format_new_list (Format *f
*
*
* Consider adding optional elements: