cleanup (-> old directory) & creation of 'new' src folder + TODO
[my-code/ivac.git] / old / dfbapi.h
diff --git a/old/dfbapi.h b/old/dfbapi.h
new file mode 100644 (file)
index 0000000..8f6f41b
--- /dev/null
@@ -0,0 +1,11 @@
+/* dfbapi.h
+ *
+ * author: hackbard@hackdaworld.dyndns.org
+ *
+ */
+
+/* function prototypes */
+int dfb_init(int arg_c,char **arg_v,struct ivac *ivac);
+int dfb_tini(struct ivac *ivac);
+int dfb_play_video(struct ivac *ivac);
+int dfb_stop_video(struct ivac *ivac);