minimal status monitoring added
[melted_gui] / src / opts.h
index 3fd8ffd..83e0b1f 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * opts.h -- GTK+ 2 omnplay
- * Copyright (C) 2011 Maksym Veremeyenko <verem@m1stereo.tv>
+ * opts.h -- GTK+ 2 melted gui
+ * Copyright (C) 2012 Maksym Veremeyenko <verem@m1stereo.tv>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #ifndef OPTS_H
 #define OPTS_H
 
-#include "omnplay.h"
+#include "instance.h"
 
 #ifdef __cplusplus
 extern "C"
 {
 #endif /* __cplusplus */
 
-int omnplay_opt(int argc, char** argv, omnplay_instance_t* app);
-void omnplay_usage();
+int instance_opt(int argc, char** argv, instance_t* app);
+void instance_usage();
 
 #ifdef __cplusplus
 };