sbr/folder_pack.h \
sbr/folder_read.h \
sbr/folder_realloc.h \
+ sbr/geteditor.h \
sbr/lock_file.h \
sbr/m_maildir.h \
sbr/m_mktemp.h \
/* Return malloc'd copy of str, or of "" if NULL, exit on failure. */
char *getcpy(const char *str);
-char *get_default_editor(void);
char *getfolder(int) PURE;
int m_atoi (char *) PURE;
*/
#include "h/mh.h"
+#include "geteditor.h"
#include "context_find.h"
#include "h/utils.h"
--- /dev/null
+/* geteditor.h -- Determine the default editor to use
+ *
+ * This code is Copyright (c) 2017, by the authors of nmh. See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information. */
+
+char *get_default_editor(void);
*/
#include "h/mh.h"
+#include "sbr/geteditor.h"
#include "sbr/context_save.h"
#include "sbr/error.h"
#include "h/done.h"
*/
#include "h/mh.h"
+#include "sbr/geteditor.h"
#include "sbr/context_save.h"
#include "sbr/context_find.h"
#include "sbr/brkstring.h"