#include <stdlib.h>#include "setup.h"#include "envrnmnt.h"#include "userdata.h"

Go to the source code of this file.
Defines | |
| #define | _USERDATA_SOURCE_ |
Functions | |
| globle void | InitializeUserDataData (void *theEnv) |
| globle unsigned char | InstallUserDataRecord (void *theEnv, struct userDataRecord *theRecord) |
| globle struct userData * | FetchUserData (void *theEnv, unsigned char userDataID, struct userData **theList) |
| globle struct userData * | TestUserData (unsigned char userDataID, struct userData *theList) |
| globle void | ClearUserDataList (void *theEnv, struct userData *theList) |
| globle struct userData * | DeleteUserData (void *theEnv, unsigned char userDataID, struct userData *theList) |
| #define _USERDATA_SOURCE_ |
Definition at line 20 of file userdata.c.
| globle void ClearUserDataList | ( | void * | theEnv, | |
| struct userData * | theList | |||
| ) |
Definition at line 108 of file userdata.c.
| globle struct userData* DeleteUserData | ( | void * | theEnv, | |
| unsigned char | userDataID, | |||
| struct userData * | theList | |||
| ) | [read] |
Definition at line 126 of file userdata.c.
| globle struct userData* FetchUserData | ( | void * | theEnv, | |
| unsigned char | userDataID, | |||
| struct userData ** | theList | |||
| ) | [read] |
Definition at line 59 of file userdata.c.
| globle void InitializeUserDataData | ( | void * | theEnv | ) |
Definition at line 34 of file userdata.c.
| globle unsigned char InstallUserDataRecord | ( | void * | theEnv, | |
| struct userDataRecord * | theRecord | |||
| ) |
Definition at line 45 of file userdata.c.
Definition at line 88 of file userdata.c.
1.5.6