summaryrefslogtreecommitdiffstats
path: root/bin/tools/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tools/common.h')
-rw-r--r--bin/tools/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tools/common.h b/bin/tools/common.h
index 5609e22..51e2c41 100644
--- a/bin/tools/common.h
+++ b/bin/tools/common.h
@@ -22,7 +22,7 @@
#include "uca-plugin-manager.h"
-GOptionContext *uca_option_context_new (UcaPluginManager *manager);
-
+GOptionContext *uca_common_context_new (UcaPluginManager *manager);
+UcaCamera *uca_common_get_camera (UcaPluginManager *manager, const gchar *name, GError **error);
#endif