Changeset 20 for trunk/include/sh_forward.h
- Timestamp:
- Feb 13, 2006, 11:54:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_forward.h
r1 r20 22 22 23 23 #ifndef SH_STANDALONE 24 int sh_forward_set_strip (c har * str);24 int sh_forward_set_strip (const char * str); 25 25 26 26 #endif … … 28 28 /* generate a random password 29 29 */ 30 int sh_forward_create_password (c har * dummy);30 int sh_forward_create_password (const char * dummy); 31 31 32 32 /* set time limit … … 40 40 /* create client entry for given password 41 41 */ 42 int sh_forward_make_client (c har * str);42 int sh_forward_make_client (const char * str); 43 43 44 44 #ifdef SH_WITH_SERVER
Note:
See TracChangeset
for help on using the changeset viewer.