Changeset 5100caa for set.h


Ignore:
Timestamp:
2006-07-01T15:52:05Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fef6116
Parents:
0a3c243
Message:

Added "account set" command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • set.h

    r0a3c243 r5100caa  
    3232        char *def;      /* Default */
    3333       
     34        int flags;
     35       
    3436        /* Eval: Returns NULL if the value is incorrect or exactly the
    3537           passed value variable. When returning a corrected value,
     
    4042
    4143set_t *set_add( set_t **head, char *key, char *def, void *eval, void *data );
    42 G_MODULE_EXPORT set_t *set_find( set_t **head, char *key );
     44set_t *set_find( set_t **head, char *key );
    4345G_MODULE_EXPORT char *set_getstr( set_t **head, char *key );
    4446G_MODULE_EXPORT int set_getint( set_t **head, char *key );
Note: See TracChangeset for help on using the changeset viewer.