diff options
Diffstat (limited to 'src/dbi.h')
-rw-r--r-- | src/dbi.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,6 +58,7 @@ struct og_computer { }; struct in_addr; -int og_dbi_get_computer_info(struct og_computer *computer, struct in_addr addr); +int og_dbi_get_computer_info(struct og_dbi *dbi, struct og_computer *computer, + struct in_addr addr); #endif |