]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Added skeleton for fwp_done function
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 10 Jul 2008 08:17:48 +0000 (10:17 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 10 Jul 2008 08:17:48 +0000 (10:17 +0200)
fwp/lib/fwp.c
fwp/lib/fwp.h

index 4856b8e4690db594270ac34952b69754f49fa087..661556eeda9f7f84ffc39fb7e76ef3c56915ee9a 100644 (file)
@@ -16,3 +16,9 @@ int fwp_init()
 
        return 0;
 }
+
+int fwp_done()
+{
+       /* TODO: Cancel all contracts */
+       return 0;
+}
index bc1b74f943148fcbfbe957dca7f46ba73b4caf0f..6409860fe6fa75edf26ad959fd4d082c668d6d5b 100644 (file)
@@ -13,5 +13,6 @@
 #include "fwp_mngt.h"
 
 int fwp_init(void);
+int fwp_done(void);
 
 #endif /* _FWP_H */