Initial version of resource manager.
[idzebra-moved-to-github.git] / include / res.h
1 /*
2  * Copyright (C) 1994, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: res.h,v $
7  * Revision 1.1  1994-08-17 15:34:14  adam
8  * Initial version of resource manager.
9  *
10  */
11
12 #ifndef RES_H
13 #define RES_H
14
15 const char *res_get (const char *name);
16 const char *res_put (const char *name, const char *value);
17 int res_write (void);
18 #endif