From: Tomas Mlcoch Date: Thu, 12 Jan 2012 09:26:29 +0000 (+0100) Subject: Add constants.h X-Git-Tag: upstream/0.2.1~592 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f4e3d7ad43a9db29261d183070f3e92495b9fe1;p=services%2Fcreaterepo_c.git Add constants.h --- diff --git a/constants.h b/constants.h new file mode 100644 index 0000000..1763289 --- /dev/null +++ b/constants.h @@ -0,0 +1,10 @@ +#ifndef __CONSTANTS__ +#define __CONSTANTS__ + +typedef enum { + PKG_CHECKSUM_MD5, + PKG_CHECKSUM_SHA1, + PKG_CHECKSUM_SHA256 +} ChecksumType; + +#endif /* __CONSTANTS__ */