Make serial_init match mcast_init.

Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
Lon Hohberger 2009-08-20 12:33:05 -04:00
parent 36e28b3005
commit fec2b03eeb

View File

@ -83,7 +83,7 @@ typedef void serial_options;
.. whatever you think you need... */
int serial_init(srv_context_t *, fence_callbacks_t *,
serial_options *, void *priv);
config_object_t *, void *priv);
/* NULL = no timeout; wait forever */
int serial_dispatch(srv_context_t, struct timeval *timeout);