Remove dummy serial prototypes

Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
Lon Hohberger 2009-09-01 16:24:34 -04:00
parent 56282c40e8
commit 16d5a8aa98

View File

@ -106,16 +106,3 @@ void plugin_dump(void);
int plugin_load(const char *libpath);
#endif
/* TODO: make these 'plugins' instead of static uses */
typedef void serial_options;
/* Directory path / hypervisor uri if using libvirt...
.. whatever you think you need... */
int serial_init(listener_context_t *, fence_callbacks_t *,
config_object_t *, void *priv);
/* NULL = no timeout; wait forever */
int serial_dispatch(listener_context_t, struct timeval *timeout);
int serial_shutdown(listener_context_t);