Fix::Core:Adds in undeclared prototypes for navit_ref and navit_unref
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 21 Feb 2012 13:18:27 +0000 (13:18 +0000)
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 21 Feb 2012 13:18:27 +0000 (13:18 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4943 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.h

index 3bb5f5e..6bdeafc 100644 (file)
@@ -114,6 +114,8 @@ void navit_disable_suspend(void);
 int navit_block(struct navit *this_, int block);
 void navit_destroy(struct navit *this_);
 void navit_command_add_table(struct navit*this_, struct command_table *commands, int count);
+struct navit * navit_ref(struct navit *this_);
+void navit_unref(struct navit *this_);
 /* end of prototypes */
 #ifdef __cplusplus
 }