summaryrefslogtreecommitdiff
path: root/src/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/view.h')
-rw-r--r--src/view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view.h b/src/view.h
index 10b31553..16e23568 100644
--- a/src/view.h
+++ b/src/view.h
@@ -16,8 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef VIEW_H
-#define VIEW_H
+#ifndef __DWB_VIEW_H__
+#define __DWB_VIEW_H__
GList * view_add(const char *uri, gboolean background);
DwbStatus view_remove(GList *gl);