home *** CD-ROM | disk | FTP | other *** search
- /* WIDE AREA INFORMATION SERVER SOFTWARE:
- No guarantees or restrictions. See the readme file for the full standard
- disclaimer.
-
- This is part of the shell user-interface for the WAIS software. Do with it
- as you please.
-
- jonathan@Think.COM
- *
- * $Log: tcommands.h,v $
- * Revision 1.3 92/03/17 14:17:33 jonathan
- * Prototyped everything!
- *
- */
-
- #ifndef _H_TCOMMANDS
- #define _H_TCOMMANDS
-
- int get_selected_question _AP((void));
- void EditQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
- void AddQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
- void DeleteQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
- void DeleteSource _AP((Widget w,XtPointer closure, XtPointer call_data));
- void EndHelp _AP((Widget w,XtPointer closure, XtPointer call_data));
- void XwaisHelp _AP((Widget w,XtPointer closure, XtPointer call_data));
-
- #endif
-