diff options
| author | Paul Eggert | 2011-04-15 19:45:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-15 19:45:59 -0700 |
| commit | 764430a3e33cce7459cdd0f3cd2b3459bff6cd7f (patch) | |
| tree | f867ef6c48977198b381fb15104f681db2a52a75 /src/xterm.c | |
| parent | 4887c6e26e2d578f34e647d23a1a7352a48e94c4 (diff) | |
| download | emacs-764430a3e33cce7459cdd0f3cd2b3459bff6cd7f.tar.gz emacs-764430a3e33cce7459cdd0f3cd2b3459bff6cd7f.zip | |
* xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index bc847388756..75b66c7600e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -102,7 +102,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 102 | #ifdef USE_X_TOOLKIT | 102 | #ifdef USE_X_TOOLKIT |
| 103 | #if !defined(NO_EDITRES) | 103 | #if !defined(NO_EDITRES) |
| 104 | #define HACK_EDITRES | 104 | #define HACK_EDITRES |
| 105 | extern void _XEditResCheckMessages (); | 105 | extern void _XEditResCheckMessages (Widget, XtPointer, XEvent *, Boolean *); |
| 106 | #endif /* not NO_EDITRES */ | 106 | #endif /* not NO_EDITRES */ |
| 107 | 107 | ||
| 108 | /* Include toolkit specific headers for the scroll bar widget. */ | 108 | /* Include toolkit specific headers for the scroll bar widget. */ |