Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9c46d57b
Commit
9c46d57b
authored
Feb 27, 2004
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(read_socket_hook): Fix prototype.
parent
a4ab7d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/termhooks.h
src/termhooks.h
+1
-1
No files found.
src/termhooks.h
View file @
9c46d57b
...
...
@@ -374,7 +374,7 @@ struct input_event
#define EVENT_INIT(event) bzero (&(event), sizeof (struct input_event))
/* Called to read input events. */
extern
int
(
*
read_socket_hook
)
P_
((
int
,
struct
input_event
*
,
int
,
int
));
extern
int
(
*
read_socket_hook
)
P_
((
int
,
int
,
struct
input_event
*
));
/* Called when a frame's display becomes entirely up to date. */
extern
void
(
*
frame_up_to_date_hook
)
P_
((
struct
frame
*
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment