summaryrefslogtreecommitdiff
path: root/include/tubes
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/tubes
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/tubes')
-rw-r--r--include/tubes/file-transfer-helper.h6
-rw-r--r--include/tubes/tubesdllapi.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/include/tubes/file-transfer-helper.h b/include/tubes/file-transfer-helper.h
index 54ede9e6bcaf..5754314f86bf 100644
--- a/include/tubes/file-transfer-helper.h
+++ b/include/tubes/file-transfer-helper.h
@@ -22,8 +22,8 @@
/* empathy-ft-handler.h */
-#ifndef __EMPATHY_FT_HANDLER_H__
-#define __EMPATHY_FT_HANDLER_H__
+#ifndef INCLUDED_TUBES_FILE_TRANSFER_HELPER_H
+#define INCLUDED_TUBES_FILE_TRANSFER_HELPER_H
#include <config_lgpl.h>
#include <glib-object.h>
@@ -124,6 +124,6 @@ gboolean empathy_ft_handler_is_cancelled (EmpathyFTHandler *handler);
G_END_DECLS
-#endif /* __EMPATHY_FT_HANDLER_H__ */
+#endif // INCLUDED_TUBES_FILE_TRANSFER_HELPER_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/tubes/tubesdllapi.h b/include/tubes/tubesdllapi.h
index ea1b70770277..3687eba05540 100644
--- a/include/tubes/tubesdllapi.h
+++ b/include/tubes/tubesdllapi.h
@@ -1,6 +1,6 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#ifndef INCLUDED_TUBESDLLAPI_H
-#define INCLUDED_TUBESDLLAPI_H
+#ifndef INCLUDED_TUBES_TUBESDLLAPI_H
+#define INCLUDED_TUBES_TUBESDLLAPI_H
#include "sal/types.h"
@@ -11,6 +11,6 @@
#endif
#define TUBES_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_TUBESDLLAPI_H */
+#endif // INCLUDED_TUBES_TUBESDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */