From f80d9ea1d6a7eb7ebb7b6df505c490c5ca70d74e Mon Sep 17 00:00:00 2001 From: pfelt Date: Thu, 22 Jul 2010 05:27:09 +0000 Subject: [PATCH] -- missed adding the function prototype for the DeInit() --- include/bongocal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bongocal.h b/include/bongocal.h index c5ac447..3faa5a3 100644 --- a/include/bongocal.h +++ b/include/bongocal.h @@ -198,6 +198,7 @@ typedef enum { /*** BongoCal ***/ BOOL BongoCalInit(const char *cachedir); +void BongoCalDeInit(); /*** BongoCalObject ***/