Ignore:
Timestamp:
1999-06-08T16:29:42+12:00 (25 years ago)
Author:
sjboddie
Message:

added argsinfo to the call to check_cgiargs to make it easy to set
args to their default if they're found to be screwed up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.h

    r173 r261  
    2727  text_t get_action_name () {return "p";}
    2828
    29   bool check_cgiargs (cgiargsclass &args, ostream &logout);
     29  bool check_cgiargs (cgiargsinfoclass &argsinfo, cgiargsclass &args,
     30              ostream &logout);
    3031
    3132  void get_cgihead_info (cgiargsclass &args, response_t &response,
Note: See TracChangeset for help on using the changeset viewer.