Annotation of generator/gtkopts/gtkopts.h, revision 1.1

1.1     ! root        1: int gtkopts_load(const char *file);
        !             2: int gtkopts_save(const char *file);
        !             3: const char *gtkopts_getvalue(const char *key);
        !             4: int gtkopts_setvalue(const char *key, const char *val);
        !             5:   
        !             6: typedef struct _t_conf {
        !             7:   struct _t_conf *next;
        !             8:   char *key;
        !             9:   char *value;
        !            10: } t_conf;
        !            11: 
        !            12: extern t_conf *gtkopts_conf;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.