Changeset 4108


Ignore:
Timestamp:
2003-04-08T16:23:49+12:00 (21 years ago)
Author:
mdewsnip
Message:

Minor change to check_cgiargs prototype to reflect changes in action.cpp.

File:
1 edited

Legend:

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

    r3715 r4108  
    4646  text_t get_action_name () {return "lang";}
    4747
    48   bool check_cgiargs (cgiargsinfoclass &/*argsinfo*/, cgiargsclass &args,
    49               ostream &logout);
     48  bool check_cgiargs (cgiargsinfoclass &argsinfo, cgiargsclass &args,
     49              recptprotolistclass *protos, ostream &logout);
    5050
    5151  void define_internal_macros (displayclass &disp, cgiargsclass &args,
    5252                   recptprotolistclass *protos, ostream &logout);
     53
     54  void write_args_file (cgiargsclass &args, text_t argsfile, ostream &logout);
    5355
    5456  void get_cgihead_info (cgiargsclass &args, recptprotolistclass *protos,
     
    6264
    6365  bool init (ostream & /*logout*/);
    64  
     66
    6567  void define_webpage (displayclass &disp,
    6668               recptprotolistclass *protos, ostream &logout,
    6769               text_t pageno, text_t &lang, text_t &dir,
    6870               text_tarray &pagenos, text_t &text, text_t &baselanguage);
    69    
    70  
    7171};
    7272
Note: See TracChangeset for help on using the changeset viewer.