changeset 3:7635b6e8db00

Just added some placeholder functions so it will compile.
author Brian Smith <brian@dbsoft.org>
date Thu, 24 Nov 2011 04:01:21 -0600
parents e6f7d2d80b81
children 6fe75337b896
files nuclear.c
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nuclear.c	Thu Nov 24 03:54:53 2011 -0600
+++ b/nuclear.c	Thu Nov 24 04:01:21 2011 -0600
@@ -73,6 +73,17 @@
 HDC hdcClient;
 HPS hpsDive;
 
+/* TODO: Fill these in... since they are no longer exported */
+int init_bands(int num)
+{
+    return num;
+}
+
+int do_bands(void)
+{
+    return 1;
+}
+
 void DLLENTRY plugin_query(PPLUGIN_QUERYPARAM param)
 {
 	param->type         = PLUGIN_VISUAL; /* Identify the plugin as visual */
@@ -616,8 +627,6 @@
 	}
 
 	dw_checkbox_set(handles[tmp], 1);
-
-    return 0;
 }
 
 int DLLENTRY plugin_deinit(void)