/[antiright]/antiright/src/arshell/file.h
ViewVC logotype

Diff of /antiright/src/arshell/file.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jefbed, Sat Jul 23 17:10:09 2005 UTC revision 1.6 by jefbed, Sun Jul 31 16:19:50 2005 UTC
# Line 23  Line 23 
23  #ifndef ARSHELL_FILE_H  #ifndef ARSHELL_FILE_H
24  #define ARSHELL_FILE_H  #define ARSHELL_FILE_H
25    
26    void arshell_insert_file_cb ();
27  void  void
28  arshell_insert_file_cb();  arshell_open_file_cb (Widget parent_widget,
29  void                        XtPointer client_data, XtPointer call_data);
30  arshell_open_file_cb(Widget parent_widget,  void arshell_open_file ();
31                       XtPointer client_data,  void arshell_select_filename ();
32                       XtPointer call_data);  void arshell_put_text_into_file (FILE * file);
33  void  void arshell_open_file_for_writing (FILE ** file_pointer);
34  arshell_open_file();  void arshell_save_work_area ();
35  void  void arshell_save_as_cb ();
36  arshell_select_filename();  void arshell_open_cb ();
37  void  void arshell_revert_file_cb ();
 arshell_put_text_into_file(FILE *file);  
 void  
 arshell_open_file_for_writing(FILE **file_pointer);  
 void  
 arshell_save_work_area();  
 void  
 arshell_save_as_cb();  
 void  
 arshell_open_cb();  
 void  
 arshell_revert_file_cb();  
38    
39  #endif /* ARSHELL_FILE_H  */  #endif /* ARSHELL_FILE_H  */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26