ARB
aw_edit.hxx
Go to the documentation of this file.
1 // ================================================================ //
2 // //
3 // File : aw_edit.hxx //
4 // Purpose : //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // http://www.arb-home.de/ //
8 // //
9 // ================================================================ //
10 
11 #ifndef AW_EDIT_HXX
12 #define AW_EDIT_HXX
13 
14 #ifndef AW_INOTIFY_HXX
15 #include "aw_inotify.hxx"
16 #endif
17 
18 void AW_edit(const char *path); // call external editor
19 void AW_edit_notified(const char *path, const FileChangedCallback& callback); // call external editor + trace file for changes
20 
21 #else
22 #error aw_edit.hxx included twice
23 #endif // AW_EDIT_HXX
void AW_edit(const char *path)
Definition: AW_edit.cxx:16
void AW_edit_notified(const char *path, const FileChangedCallback &callback)
Definition: AW_edit.cxx:33