Forgot to add gitg-types.h

This commit is contained in:
Jesse van den Kieboom 2008-10-04 22:26:08 +02:00
parent de526d2bdc
commit 0ad17e380a

9
gitg/gitg-types.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef __GITG_TYPES_H__
#define __GITG_TYPES_H__
#include <glib.h>
typedef gchar Hash[20];
#endif /* __GITG_TYPES_H__ */