From 16d5a8aa981f1e501f1e181fb9b0bcde8585ab03 Mon Sep 17 00:00:00 2001 From: Lon Hohberger Date: Tue, 1 Sep 2009 16:24:34 -0400 Subject: [PATCH] Remove dummy serial prototypes Signed-off-by: Lon Hohberger --- include/server_plugin.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/include/server_plugin.h b/include/server_plugin.h index 6311d3d..e96047d 100644 --- a/include/server_plugin.h +++ b/include/server_plugin.h @@ -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); -