// ================================================================ //
//                                                                  //
//   File      : aw_edit.hxx                                        //
//   Purpose   :                                                    //
//                                                                  //
//   Institute of Microbiology (Technical University Munich)        //
//   http://www.arb-home.de/                                        //
//                                                                  //
// ================================================================ //

#ifndef AW_EDIT_HXX
#define AW_EDIT_HXX

#ifndef AW_INOTIFY_HXX
#include "aw_inotify.hxx"
#endif

void AW_edit(const char *path); // call external editor
void AW_edit_notified(const char *path, const FileChangedCallback& callback); // call external editor + trace file for changes

#else
#error aw_edit.hxx included twice
#endif // AW_EDIT_HXX
