home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / x / tcommands.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-04  |  940 b   |  35 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9. */
  10.  
  11. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  12.  
  13. /*
  14.  * $Log: tcommands.h,v $
  15.  * Revision 1.2  1994/08/05  07:27:08  pfeifer
  16.  * Release beta 04
  17.  *
  18.  * Revision 1.1  1993/02/16  15:10:18  freewais
  19.  * Initial revision
  20.  *
  21.  * Revision 1.3  92/03/17  14:17:33  jonathan
  22.  * Prototyped everything!
  23.  * 
  24.  */
  25.  
  26. #ifndef _H_TCOMMANDS
  27. #define _H_TCOMMANDS
  28.  
  29. int get_selected_question _AP((void));
  30. void EditQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
  31. void AddQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
  32. void DeleteQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
  33. void DeleteSource _AP((Widget w,XtPointer closure, XtPointer call_data));
  34. #endif
  35.