summaryrefslogtreecommitdiffstats
path: root/src/device_link_service.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-27 15:02:20 +0100
committerGravatar Martin Szulecki2013-02-27 15:02:20 +0100
commit82429cd891bb26f2c5b77ff90e3e62eb60434bc6 (patch)
tree153028634b09716cb8606f224cf6ee89dcb3fb69 /src/device_link_service.h
parentd5f91e4cfbe0ae7f9c909ab1061384bff75cd4c4 (diff)
downloadlibimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.gz
libimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.bz2
Make all "include guards" for all headers consistent
Diffstat (limited to 'src/device_link_service.h')
-rw-r--r--src/device_link_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/device_link_service.h b/src/device_link_service.h
index d625341..2469877 100644
--- a/src/device_link_service.h
+++ b/src/device_link_service.h
@@ -18,8 +18,9 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef DEVICE_LINK_SERVICE_H
-#define DEVICE_LINK_SERVICE_H
+
+#ifndef __DEVICE_LINK_SERVICE_H
+#define __DEVICE_LINK_SERVICE_H
#include "property_list_service.h"