Groep E3 - EMDEV
Dependencies: EthernetInterface HTTPServer RemoteIR SDFileSystem mbed-rpc mbed-rtos mbed
Fork of SmartRemote by
Diff: db.h
- Revision:
- 14:2b63c0f795cb
- Parent:
- 10:da52ff0b93c0
--- a/db.h Tue Dec 03 16:02:15 2013 +0000 +++ b/db.h Tue Dec 03 16:21:52 2013 +0000 @@ -3,4 +3,4 @@ void db_get_tuple(FILE *fread, char *id_str, char *name_str, char *code_str, char *bitlength, char *format); void db_print_all(FILE *fread); void db_insert_tuple(char *new_name, char *new_code, char *bitlength, char *format); -void db_find_tuple(FILE *fread, int id, char *name, char *code, char *bitlength, char *format); +void db_find_tuple(int id, char *name, char *code, char *bitlength, char *format);