Changeset 20 for trunk/src/sh_forward.c
- Timestamp:
- Feb 13, 2006, 11:54:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_forward.c
r19 r20 202 202 static int StripDomain = S_TRUE; 203 203 204 int sh_forward_set_strip (c har * str)204 int sh_forward_set_strip (const char * str) 205 205 { 206 206 static int fromcl = 0; … … 1720 1720 #ifndef USE_SRP_PROTOCOL 1721 1721 1722 int sh_forward_make_client (c har * str)1722 int sh_forward_make_client (const char * str) 1723 1723 { 1724 1724 /* char * safer; */ … … 1767 1767 #else 1768 1768 1769 int sh_forward_make_client (c har * str)1769 int sh_forward_make_client (const char * str) 1770 1770 { 1771 1771 char * foo_v; … … 1822 1822 1823 1823 1824 int sh_forward_create_password (c har * dummy)1824 int sh_forward_create_password (const char * dummy) 1825 1825 { 1826 1826 UINT32 val[2];
Note:
See TracChangeset
for help on using the changeset viewer.