Subversion Repositories public

Rev

Rev 136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 136 Rev 214
Line 2139... Line 2139...
2139
/* ------------------------------------------------------------------------- */
2139
/* ------------------------------------------------------------------------- */
2140
/* error.c                                                                     */
2140
/* error.c                                                                     */
2141
/* ------------------------------------------------------------------------- */
2141
/* ------------------------------------------------------------------------- */
2142
 
2142
 
2143
void garmin_queue_error(char *str, err_type type);
2143
void garmin_queue_error(char *str, err_type type);
2144
void garmin_clear_errors();
2144
void garmin_clear_errors(void);
2145
char *garmin_get_first_error(int *key);
2145
char *garmin_get_first_error(int *key);
2146
char *garmin_get_next_error(int *key);
2146
char *garmin_get_next_error(int *key);
2147
int garmin_count_error();
2147
int garmin_count_error(void);
2148
 
2148
 
2149
#endif /* __GARMIN_GARMIN_H__ */
2149
#endif /* __GARMIN_GARMIN_H__ */