mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Move fgetline out into misc.c.
I'm about to want to use it outside the GTK front end.
This commit is contained in:
@ -357,6 +357,7 @@ char *dupstr(const char *s);
|
||||
*/
|
||||
void free_cfg(config_item *cfg);
|
||||
void obfuscate_bitmap(unsigned char *bmp, int bits, int decode);
|
||||
char *fgetline(FILE *fp);
|
||||
|
||||
/* allocates output each time. len is always in bytes of binary data.
|
||||
* May assert (or just go wrong) if lengths are unchecked. */
|
||||
|
Reference in New Issue
Block a user