Changeset 1156 for trunk/src


Ignore:
Timestamp:
05/16/09 18:24:14 (3 years ago)
Author:
alonbl
Message:

Fix implicit declarations in OpenCT

by Arfrever Frehtes Taifersar Arahesis.

I'm attaching the patch which fixes the following compiler warnings in OpenCT:

ifdhandler.c: In function ‘ifdhandler_error’:
ifdhandler.c:299: warning: implicit declaration of function ‘ifd_error’
ifdhandler.c: In function ‘ifdhandler_event’:
ifdhandler.c:313: warning: implicit declaration of function ‘ifd_event’

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/internal.h

    r1137 r1156  
    142142 
    143143/* reader.c */ 
     144extern int ifd_error(ifd_reader_t *); 
     145extern int ifd_event(ifd_reader_t *); 
    144146extern int ifd_send_command(ifd_protocol_t *, const void *, size_t); 
    145147extern int ifd_recv_response(ifd_protocol_t *, void *, size_t, long); 
Note: See TracChangeset for help on using the changeset viewer.