summaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux.c b/linux.c
index 47a00a059..4e7e61c7c 100644
--- a/linux.c
+++ b/linux.c
@@ -91,3 +91,13 @@ void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar,
divelist_font = DIVELIST_DEFAULT_FONT;
gtk_box_pack_start(GTK_BOX(vbox), menubar, FALSE, FALSE, 0);
}
+
+void subsurface_command_line_init(gint *argc, gchar ***argv)
+{
+ /* this is a no-op */
+}
+
+void subsurface_command_line_exit(gint *argc, gchar ***argv)
+{
+ /* this is a no-op */
+}