ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/common.h
(Generate patch)

Comparing CCSAdmin/common.h (file contents):
Revision 562 by douglas, 2005-08-27T21:46:39-07:00 vs.
Revision 563 by douglas, 2005-08-28T01:55:06-07:00

# Line 24 | Line 24 | char *fcheck(char *value, FILE *stream,
24   void authenticate(const char *program, jmp_buf environment);
25   void getpassword(char password[_PASSWORD_LEN], jmp_buf environment);
26   void putpassword(char password[_PASSWORD_LEN], char *name, jmp_buf environment);
27 + void get(const char *prompt, regex_t *regex, char **string, jmp_buf environment);
28  
29   #endif//_common_h_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines