changeset 4826:68f905a12c77

get rid of OUTPUT_PLUGIN_INIT_OK, add OUTPUT_PLUGIN_INIT_FOUND_DEVICES.
author William Pitcock <nenolod@atheme.org>
date Fri, 27 Feb 2009 19:16:28 -0600
parents 7b771ae623eb
children aa98096c7f68
files src/audlegacy/plugin.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audlegacy/plugin.h	Fri Feb 27 17:38:36 2009 -0600
+++ b/src/audlegacy/plugin.h	Fri Feb 27 19:16:28 2009 -0600
@@ -1065,9 +1065,9 @@
 };
 
 typedef enum {
-    OUTPUT_PLUGIN_INIT_OK,
     OUTPUT_PLUGIN_INIT_FAIL,
-    OUTPUT_PLUGIN_INIT_NO_DEVICES
+    OUTPUT_PLUGIN_INIT_NO_DEVICES,
+    OUTPUT_PLUGIN_INIT_FOUND_DEVICES,
 } OutputPluginInitStatus;
 
 struct _OutputPlugin {