summaryrefslogtreecommitdiff
path: root/src/totem-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-interface.h')
-rw-r--r--src/totem-interface.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/totem-interface.h b/src/totem-interface.h
index a41b0b210..55477a6f8 100644
--- a/src/totem-interface.h
+++ b/src/totem-interface.h
@@ -20,14 +20,11 @@
Author: Bastien Nocera <hadess@hadess.net>
*/
-#ifndef TOTEM_INTERFACE_H
-#define TOTEM_INTERFACE_H
+#pragma once
#include <gtk/gtk.h>
#include "totem.h"
-G_BEGIN_DECLS
-
void totem_interface_error (const char *title,
const char *reason,
GtkWindow *parent);
@@ -38,7 +35,3 @@ GtkWidget * totem_interface_create_header_button (GtkWidget *header,
GtkWidget *button,
const char *icon_name,
GtkPackType pack_type);
-
-G_END_DECLS
-
-#endif /* TOTEM_INTERFACE_H */