Coda Distributed File System
|
#include <stdio.h>
#include <stdlib.h>
#include "coda_string.h"
#include <sys/types.h>
#include <netinet/in.h>
#include <coda_assert.h>
#include "pdb.h"
#include "prs.h"
Functions | |
void | PDB_freeProfile (PDB_profile *r) |
void | PDB_writeProfile (PDB_HANDLE h, PDB_profile *r) |
void | PDB_readProfile (PDB_HANDLE h, int32_t id, PDB_profile *r) |
void | PDB_readProfile_byname (PDB_HANDLE h, const char *name, PDB_profile *r) |
void | PDB_deleteProfile (PDB_HANDLE h, PDB_profile *r) |
void | PDB_printProfile (FILE *out, PDB_profile *r) |
void | PDB_updateCps (PDB_HANDLE h, PDB_profile *r) |
void PDB_deleteProfile | ( | PDB_HANDLE | h, |
PDB_profile * | r | ||
) |
void PDB_freeProfile | ( | PDB_profile * | r | ) |
void PDB_printProfile | ( | FILE * | out, |
PDB_profile * | r | ||
) |
void PDB_readProfile | ( | PDB_HANDLE | h, |
int32_t | id, | ||
PDB_profile * | r | ||
) |
void PDB_readProfile_byname | ( | PDB_HANDLE | h, |
const char * | name, | ||
PDB_profile * | r | ||
) |
void PDB_updateCps | ( | PDB_HANDLE | h, |
PDB_profile * | r | ||
) |
void PDB_writeProfile | ( | PDB_HANDLE | h, |
PDB_profile * | r | ||
) |