Add constants.h
authorTomas Mlcoch <tmlcoch@redhat.com>
Thu, 12 Jan 2012 09:26:29 +0000 (10:26 +0100)
committerTomas Mlcoch <tmlcoch@redhat.com>
Thu, 12 Jan 2012 09:26:29 +0000 (10:26 +0100)
constants.h [new file with mode: 0644]

diff --git a/constants.h b/constants.h
new file mode 100644 (file)
index 0000000..1763289
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __CONSTANTS__
+#define __CONSTANTS__
+
+typedef enum {
+    PKG_CHECKSUM_MD5,
+    PKG_CHECKSUM_SHA1,
+    PKG_CHECKSUM_SHA256
+} ChecksumType;
+
+#endif /* __CONSTANTS__ */