home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_SWAZCONFIG_PROTOS_H
- #define CLIB_SWAZCONFIG_PROTOS_H
-
- /*
- ** $Filename: clib/swazconfig_protos.h $
- ** $Release: 1.0 $
- ** $Revision: 1.0 $
- **
- ** C prototypes.
- **
- ** (C) Copyright 1995 David Swasbrook
- ** All Rights Reserved
- */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- #ifndef DOS_DOS_H
- #include <dos/dos.h>
- #endif
-
- APTR SC_AllocConfig( void );
- void SC_FreeConfig( APTR );
-
- LONG SC_SetConfigVar( APTR, struct SC_ConfigVar *, STRPTR );
- LONG SC_SetConfigVarByName( APTR, STRPTR, STRPTR );
- struct SC_ConfigVar *SC_FindConfigVar( APTR, STRPTR );
- void SC_DeleteConfigVar( APTR, struct SC_ConfigVar * );
- struct SC_ConfigVar *SC_AllocConfigVar( APTR, STRPTR );
-
- APTR SC_ReadConfig( STRPTR, STRPTR );
- void SC_WriteConfig( struct SC_Config *, STRPTR, STRPTR );
-
-
- #endif /* CLIB_SWAZCONFIG_PROTOS_H */
-