#ifndef __NAMES_H
#define __NAMES_H

int finduid (char *name);
int findgid (char *name);

#endif /* __NAMES_H */