]> diplodocus.org Git - nmh/commitdiff
context_find.c: Move interface to own file.
authorRalph Corderoy <ralph@inputplus.co.uk>
Fri, 10 Nov 2017 18:01:08 +0000 (18:01 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 12 Nov 2017 12:25:27 +0000 (12:25 +0000)
64 files changed:
Makefile.am
h/prototypes.h
sbr/addrsbr.c
sbr/context_find.c
sbr/context_find.h [new file with mode: 0644]
sbr/context_read.c
sbr/credentials.c
sbr/ext_hook.c
sbr/fmt_scan.c
sbr/getarguments.c
sbr/geteditor.c
sbr/getfolder.c
sbr/lock_file.c
sbr/m_convert.c
sbr/m_draft.c
sbr/m_gmprot.c
sbr/m_maildir.c
sbr/makedir.c
sbr/mts.c
sbr/oauth_prof.c
sbr/print_help.c
sbr/seq_setprev.c
sbr/seq_setunseen.c
sbr/utils.c
uip/ali.c
uip/anno.c
uip/burst.c
uip/comp.c
uip/dist.c
uip/flist.c
uip/fmttest.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/mark.c
uip/mhbuild.c
uip/mhbuildsbr.c
uip/mhfixmsg.c
uip/mhlist.c
uip/mhn.c
uip/mhparam.c
uip/mhparse.c
uip/mhpath.c
uip/mhshow.c
uip/mhshowsbr.c
uip/mhstore.c
uip/mhstoresbr.c
uip/new.c
uip/packf.c
uip/pick.c
uip/rcvdist.c
uip/rcvstore.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/send.c
uip/sendsbr.c
uip/show.c
uip/sortm.c
uip/viamail.c
uip/whatnowsbr.c
uip/whom.c

index 879308fd391cf0912b8909156f4350265bd5c576..6ff7b0e072708e3791fe56518a16924bca0f4c49 100644 (file)
@@ -367,6 +367,7 @@ noinst_HEADERS = \
     sbr/atooi.h \
     sbr/base64.h \
     sbr/brkstring.h \
+    sbr/context_find.h \
     sbr/ctype-checked.h \
     sbr/error.h \
     sbr/lock_file.h \
index 5b8061b659ed1adcbe8f52d233d97f9fffe1f39e..cda99fcc0e3f63276ae5e0c509ddf78a695b061f 100644 (file)
@@ -31,9 +31,6 @@ int client(char *, char *, char *, int, int);
 void closefds(int);
 char *concat (const char *, ...) ENDNULL;
 int context_del (char *);
-char *context_find (const char *) PURE;
-char *context_find_by_type (const char *, const char *, const char *);
-int context_find_prefix(const char *) PURE;
 int context_foil (char *);
 void context_read (void);
 void context_replace (char *, char *);
index 4cd6827884aeff9dd8049368ba2baccbc1c7e565..7f961c48f522adf52e48b7760c9ef057353b86e7 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "error.h"
 #include "h/addrsbr.h"
 #include "h/mf.h"
index e725adaa5466328469ece4a9e67b5f52220b6f97..05e368ba8b256fe206b90e547e79d93c321789f6 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 
 
 char *
diff --git a/sbr/context_find.h b/sbr/context_find.h
new file mode 100644 (file)
index 0000000..db612af
--- /dev/null
@@ -0,0 +1,9 @@
+/* context_find.h -- find an entry in the context/profile list
+ *
+ * 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 *context_find(const char *) PURE;
+char *context_find_by_type(const char *, const char *, const char *);
+int context_find_prefix(const char *) PURE;
index 7aa68681996effe4d3b34d05e2c3b07ee75fb572..b90c5c13c73ad88446c01696132c838f855a49e1 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "readconfig.h"
 #include "path.h"
 #include "error.h"
index 55e7a6b2f1bdb2dcaebff6cc7de3645e80a0cbe2..b4907c90b29323635a84725d9478a3014fcc4a04 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "error.h"
 #include "h/utils.h"
 #include "h/mts.h"
index 817ab1facd9f8feebb76cce0caa89b21cc35375d..106114f829b02ada5e341fb5a13aee91d2ea2a4b 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "pidstatus.h"
 #include "arglist.h"
 #include "error.h"
index cd148ed70ca2d0fe4c46371cc828700e8a893fc1..1d8dd29c9ffa5621394b5b52b76ceffd156827d0 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "error.h"
 #include "h/addrsbr.h"
 #include "h/fmt_scan.h"
index b91019d90b2f94f7792a7ed4f0309c6853e9ccd5..a7ac1bea07f6c861aebf1387a00e4463df145e02 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "brkstring.h"
 #include "h/utils.h"
 
index e946e0a8c42d63d4e73eaf9794b5dbdda0f1217a..693d2d777309404e862ae56514d0f36a75c053db 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "h/utils.h"
 
 static char *default_editor = NULL;
index d27854ed4165588bc9a7d5127f1e2d4fd01026d9..c77d3961fe773c956e562696c26752c7d18ad73f 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 
 
 /* Does not return NULL. */
index edb0917ef64e61e2c1c611e1c63e65851edb67fd..f8e4b6c7b08cdbf779865c7902e12c43f332e7d1 100644 (file)
@@ -14,6 +14,7 @@
  */
  
 #include "h/mh.h"
+#include "context_find.h"
 #include "error.h"
 #include "h/signals.h"
 #include "h/utils.h"
index d5d069053092d2bf3c8af7b4e056be3f2f2d1c00..430748b1866295967d769767e8bce207f64c0972 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "seq_getnum.h"
 #include "error.h"
 #include "h/utils.h"
index e9cffa186825f3074182b5f782577cefe2b89b40..876c105486217a0fd92a52295c682cd2c3435c86 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "path.h"
 #include "error.h"
 #include "h/utils.h"
index a36901434dd6691c5e7b0d7caa3c302e2e86a7e6..c33b3aefc3037d74f752262d78dd157ac4e404ab 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "atooi.h"
 
 
index 75c6baf2445f1ab4e14f10471fd1a50a58d7ff9c..e72cd7806d3c1b67501fc9e2a71bb66583525b6e 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "path.h"
 #include "h/utils.h"
 #include "m_maildir.h"
index 4f3c5ceff3a1a6b4555fb098cc0eb2ffae08e736..5bb35505a68764b5324d1c9e218340560abea275 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "atooi.h"
 #include "error.h"
 #include "makedir.h"
index 151a4d0fc755f6c8643d9ad137145ccb26ea9727..639310b43338004c55e09cc1616a33580536651e 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "error.h"
 #include "h/utils.h"
 
index 8b375a708f367b420de201f083e15643b9f5b5a4..5bedadcbeacf7f4cb36132342c549a84687dfc5f 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 
 #ifdef OAUTH_SUPPORT
 
index 15d84eb2b9cffccbd584238ed8c09fa013d6579b..c81f64bc5ccfcb3171eaefba1bfcf7785acdbe42 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "print_sw.h"
 #include "print_help.h"
 
index 0dab8e6c9fb8708ea8feedbd7ba49b71073d58e3..176a3718d0f56183a09062f9bcadfe65d0750429 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "brkstring.h"
 #include "seq_add.h"
 #include "h/utils.h"
index 74212d8dbe7d90835ad69fd9f5c77df081a688db..058648c77a6765e1383a011f52cb2febac8d5810 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "brkstring.h"
 #include "seq_getnum.h"
 #include "seq_del.h"
index 03d9204488f0de40023d14ff311bd509dc317a24..feb7eccf72391cc82809017fe395934ada72fea2 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "context_find.h"
 #include "print_help.h"
 #include "error.h"
 #include "h/utils.h"
index b4fe3d85abd580db794a90b3a833923506d50371..d7ce4920871a6fe5460590706e50dcc2da33e5a0 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/print_version.h"
index e4b2887d1e0f9210abacbe4c3dd3f17f674cd0af..1fd2f918713f4fa512759fb19ddd086ec4f32aba 100644 (file)
@@ -42,6 +42,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index da8cfc0ca04062695609fa09346b9fee505f2d0e..d7983697d053a365ee66bd687c56f7ed26e1954c 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index c4f31b75611db2e389a77d72476e7883cb5ffec5..fe7798dfd7c5d53fd3937ad7d1fb0759858312fe 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 87a5ba1e967bb0bb504d4c7a6caad7b813d31492..1b5bca89ec39008c68babb57befea71ee88936bd 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 54202459b98220248a757d5a68b81eba0afa5bf0..7819e1f3b67652886db38854b7354a3840f485da 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index ee8790a4572815836afe96461b942dbd2ec4146e..0d20e79a7204ed8d81cfb8fcc3fce04206365d1f 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index 46090eda6ad1f5bc3dd4e64c17e7d295311d4e0b..3c11460f9835aed848f1437d33e34d79d00feedb 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index dc85853936381f6e8e52c358bbe01ed27cb5a393..d8d181afc8670835586cb2e38b5ac2ce00f262b2 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/pidstatus.h"
 #include "sbr/path.h"
index 5fde59a815483875555164fe6f6790f114e6731a..60a4fd64f79fc491ea8413e96be0a6401ad8d0ec 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -31,6 +31,7 @@
 #endif
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 3da1c03be204fc26bd9a44356fd08be936c9eaa9..719b534e2f5d946e2780244d8c09b5f7b2877afd 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index e5e50c69565e980214d2bb4f94bada90200d474f..fe21b15bc2926fcafc16977119a5890a9b6562e6 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/readconfig.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index 3588078a09c07bd2180de234de87de925b98e2de..2bb183e317e2777b0886497eca9030689e74051d 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/pidstatus.h"
 #include "sbr/path.h"
index a1ea169c1dbbaae9e7ec572e92ef01ce719b0a31..790d402a62c58fe2c20410502228541c05194fc7 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/readconfig.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index 5d08908270313122f7539004a46327ccd2df7562..aa9c3aeef2a81fb83afde506cce07c83329538eb 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 49c1c83fc076633917732442149d62db875ca3bf..0475876a952da1c433cc4402065ce575dd50f126 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/readconfig.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index 50bdf2099c0f2ef91a3038cede8816ecfff802f5..072787e780de5885df266f1e2c2eefcebf46682a 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/print_version.h"
 #include "sbr/print_help.h"
index df9734e1707958c49c28bd23bac7e6581470fd76..9b8eb973f3e1b765b57973188d35f5a9ec5a6490 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/pidstatus.h"
 #include "sbr/arglist.h"
 #include "sbr/error.h"
index 4f6a7c3f2313103d030e45aee9737da64a7902a7..ecb805525df7981ee9f8d2a10eb5b30f277738eb 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index fcf045228821c704eba0051f0767debab4c5abdf..bad75b36fe30ec5994637bf86b6dfa89009c5c31 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/readconfig.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index 2985af8f60b29d616a8a742ef77b8b72b62279c0..7716de410236a945c20850553b9fe32c959b009f 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/pidstatus.h"
 #include "sbr/arglist.h"
 #include "sbr/error.h"
index adc11d0ef0eec38f9ca64c6f03f54dec95fa940b..628d059ff30d055c39da79010dd5a66610887f8a 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/readconfig.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index 5d995492c217000e47bf718c99c75a6287897357..4b34a25c15ef0eb28232d23918b3d0ef787a088e 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/path.h"
 #include "sbr/error.h"
 #include <fcntl.h>
index 5df7f0b4061501e1f18bb321c2d3e91a4943b1aa..66f2a617c8a81d96e130c4c2a02acf970bf29ae7 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -12,6 +12,7 @@
 #include <sys/types.h>
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/print_version.h"
index 4420b9cb7bf33a5de31895ba630653a4befdfb79..331c4bc0e9e48e1a3111e92951eee6ddfb59bb4f 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index e4ad0dcc0d5877bb9c256b98e830d7d60fd69f4c..2bd0d4007d4ead53928d6e57d3e3709cfe8f590b 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index d45a56d7cc2e55001e64a91928bf1834960274a3..6f6f5559c0ff744f9af79815c49bb4b8a42a0db2 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/pidstatus.h"
 #include "sbr/print_version.h"
index 073c35a541f561d608d3dc94a6e5d3fd0be67dbc..5e7f124cfc06819e87815311517fdba4b56eb34c 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index a23c5872f5627fa3409c05728b067212cfa247e1..7d08195b337b144c9aff10d1ab2ae081323a323d 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 80ece93040c74c5823bf8c1d66cba13eac490537..488e60788b24d8ff86d98a90af6ae19c1ab97cd4 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index c7afa70941e8062ac4af275c913ca4a3daed34a1..0771d2a7f11d2762c01a1dc2a4f1f711821fb845 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 126ef3281e46a587efba5f27e11aced4617b3462..872261eadb5dcde8095158e1401455b84e49f713 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 77341eb9625caf9dc494eb5448cf51039e113a03..63374d477a2a574dd2eea430ca76488181492236 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
index faa40afed18348d4acaabc0f3f475dbcfac2fc0b..4d02e1344f7156ce9993574d9b9094463ceda34b 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/push.h"
index 3d911484e1e5a7049b0e7056366b24c168b475fc..10d0baee607863f459b80652e95236672a5b867c 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/pidstatus.h"
 #include "sbr/arglist.h"
index 8b749f4089287e8295868fe50e89ebd11aea23b7..9aa7dd816baac236576f167317c50460f99e2cfd 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index 0d918dab6284ad351b4d2350f8fe65dd7d51df7a..8ba9f395bd8fb5c5dddbad6bf8e71786226a5c7d 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
index f6d34c3fea6ee39c627e20405852ce54b0a34133..6001183b698d42a9e34b76069ccffd50fee1d596 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/ambigsw.h"
 #include "sbr/print_version.h"
 #include "sbr/print_help.h"
index e8e2e7112bf3aa7f3f938c22cca62915823a0460..bb6f019300bc83d13b800cf582aab70b2bc31dc2 100644 (file)
@@ -38,6 +38,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/push.h"
index d3e5c5fc0b397eb31560e2b8c4b03c1e22ac0cbd..56ae6b46f636dc1c120820649b3323b48e6fcc46 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
+#include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"