Change the ifdefs to match the filename
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 11 May 2010 17:59:15 +0000 (03:59 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 11 May 2010 17:59:15 +0000 (03:59 +1000)
include/ctdb.h
include/ctdb_protocol.h

index 6a1926b30222965f882290b882c3456413982bcb..d3c0d79ec4f80784a14b0e9636175f87c6e04686 100644 (file)
@@ -17,8 +17,8 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef _LIBCTDB_H
-#define _LIBCTDB_H
+#ifndef _CTDB_H
+#define _CTDB_H
 
 /* all functions except libctdb_connect() and libctdb_service()
  * are non-blocking
index 540ca98a8d2efeaa8989528a65cb71eb495c56e6..cf4305f28392c7621bb0f8336a3db99e29f1c0bf 100644 (file)
@@ -17,8 +17,8 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef _CTDB_H
-#define _CTDB_H
+#ifndef _CTDB_PROTOCOL_H
+#define _CTDB_PROTOCOL_H
 
 #define CTDB_IMMEDIATE_MIGRATION       0x00000001
 struct ctdb_call {