summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-02-21 13:18:27 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-02-21 13:18:27 +0000
commit9fcc065a52af8f94ce4e2e45d3448b5c36d839de (patch)
treee7eff6b7da7d36e1e2907e9a8b56384d4b53925d /navit/navit.h
parent36e0315e860935bafacd308e284c02c5a6b612c4 (diff)
downloadnavit-9fcc065a52af8f94ce4e2e45d3448b5c36d839de.tar.gz
Fix::Core:Adds in undeclared prototypes for navit_ref and navit_unref
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4943 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 3bb5f5e1b..6bdeafc5a 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -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
}