fix typo in the declaration of icc_ping

This commit is contained in:
Stefan Lankes 2011-05-17 08:09:40 -07:00
parent 58115dc000
commit 098546fe25

View file

@ -51,9 +51,9 @@ typedef struct {
#define ICC_TYPE_PINGRESPONSE (1 << 3)
int icc_init(void);
int icc_ping();
int icc_ping(int ue);
void icc_check(void);
int icc_halt(void);
#endif
#ifdef __cplusplus