Changeset 20 for trunk/src/sh_forward.c


Ignore:
Timestamp:
Feb 13, 2006, 11:54:42 PM (19 years ago)
Author:
rainer
Message:

Enable command-line parsing for prelude, and make prelude regression test safer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_forward.c

    r19 r20  
    202202static int StripDomain = S_TRUE;
    203203
    204 int sh_forward_set_strip (char * str)
     204int sh_forward_set_strip (const char * str)
    205205{
    206206  static int fromcl = 0;
     
    17201720#ifndef USE_SRP_PROTOCOL
    17211721
    1722 int sh_forward_make_client (char * str)
     1722int sh_forward_make_client (const char * str)
    17231723{
    17241724  /* char *          safer; */
     
    17671767#else
    17681768
    1769 int sh_forward_make_client (char * str)
     1769int sh_forward_make_client (const char * str)
    17701770{
    17711771  char * foo_v;
     
    18221822
    18231823
    1824 int sh_forward_create_password (char * dummy)
     1824int sh_forward_create_password (const char * dummy)
    18251825{
    18261826  UINT32   val[2];
Note: See TracChangeset for help on using the changeset viewer.