added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / .unmaintained / amiga / boot / config.h
blob0044e6a713438dfa67fd205d3cc0114e162ab90f
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Amiga bootloader -- config file routines
6 Lang: C
7 */
9 extern struct BootConfig *ReadConfig(char *);
10 extern void FreeConfig(struct BootConfig *);