]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Add frsh_destroy()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Jun 2010 14:16:06 +0000 (16:16 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Jun 2010 14:16:06 +0000 (16:16 +0200)
frsh_core.h

index 3dc6ac1773c1a79a8aeea2c9bc910c7418e819f7..4681e05232278bacfebfa0d08a1983e465f61561 100644 (file)
@@ -135,6 +135,13 @@ FRSH_CPP_BEGIN_DECLS
  **/
 int frsh_init();
 
+/**
+ * frsh_destroy()
+ *
+ * Reverts the efect of frsh_init().
+ */
+void frsh_destroy();
+
 /*@}*/