|
Coda Distributed File System
|
#include <stdio.h>#include <errno.h>#include <sys/file.h>#include <sys/types.h>#include <sys/stat.h>#include "coda_string.h"#include <unistd.h>#include <stdlib.h>#include "auth2.h"
Functions | |
| __cplusplus __cplusplus int | main (int argc, char **argv) |
| PRIVATE int | AddNewUser (char *uid, char *pw) |
| PRIVATE void | MakeString (char *input) |
| PRIVATE char * | NextField (char *input) |
| PRIVATE char * | NextRecord (char *input) |
Variables | |
| PRIVATE RPC2_Handle | AuthID |
| PRIVATE int AddNewUser | ( | char * | uid, |
| char * | pw | ||
| ) |
| __cplusplus __cplusplus int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| PRIVATE void MakeString | ( | char * | input | ) |
| PRIVATE char * NextField | ( | char * | input | ) |
| PRIVATE char * NextRecord | ( | char * | input | ) |
| PRIVATE RPC2_Handle AuthID |