| Line | |
|---|
| 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 |
|---|
Note: See
TracBrowser
for help on using the repository browser.