summaryrefslogtreecommitdiff
path: root/tbdiff/tbdiff-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'tbdiff/tbdiff-private.h')
-rw-r--r--tbdiff/tbdiff-private.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/tbdiff/tbdiff-private.h b/tbdiff/tbdiff-private.h
new file mode 100644
index 0000000..8287670
--- /dev/null
+++ b/tbdiff/tbdiff-private.h
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2011-2012 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#if !defined (TBDIFF_INSIDE_TBDIFF_H) && !defined (TBDIFF_COMPILATION)
+#error "Only <tbdiff/tbdiff.h> may be included directly. This file might disappear or change contents."
+#endif
+
+#ifndef __TBDIFF_PRIVATE_H__
+#define __TBDIFF_PRIVATE_H__
+
+#define TB_DIFF_PROTOCOL_ID "Codethink:TBDIFFv0"
+
+#endif /* !__TBDIFF_PRIVATE_H__ */