Subversion Repositories public

Rev

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

Rev 101 Rev 136
Line 1940... Line 1940...
1940
  GET_WORKOUT_LIMITS,
1940
  GET_WORKOUT_LIMITS,
1941
  GET_COURSES,
1941
  GET_COURSES,
1942
  GET_COURSE_LIMITS
1942
  GET_COURSE_LIMITS
1943
} garmin_get_type;
1943
} garmin_get_type;
1944
 
1944
 
-
 
1945
typedef enum {
-
 
1946
  err_info,
-
 
1947
  err_warning,
-
 
1948
  err_error,
-
 
1949
  err_fatal
-
 
1950
} err_type;
-
 
1951
 
1945
 
1952
 
1946
/* ========================================================================= */
1953
/* ========================================================================= */
1947
/* Function prototypes                                                       */
1954
/* Function prototypes                                                       */
1948
/* ========================================================================= */
1955
/* ========================================================================= */
1949
 
1956
 
Line 2119... Line 2126...
2119
/* run.c                                                                     */
2126
/* run.c                                                                     */
2120
/* ------------------------------------------------------------------------- */
2127
/* ------------------------------------------------------------------------- */
2121
 
2128
 
2122
void   garmin_save_runs ( garmin_unit * garmin );
2129
void   garmin_save_runs ( garmin_unit * garmin );
2123
 
2130
 
-
 
2131
/* ------------------------------------------------------------------------- */
-
 
2132
/* prghook.c                                                                     */
-
 
2133
/* ------------------------------------------------------------------------- */
-
 
2134
 
-
 
2135
void garmin_set_hook(void (*func)(char *str));
-
 
2136
void garmin_clear_hook();
-
 
2137
void garmin_callback();
-
 
2138
 
-
 
2139
/* ------------------------------------------------------------------------- */
-
 
2140
/* error.c                                                                     */
-
 
2141
/* ------------------------------------------------------------------------- */
-
 
2142
 
-
 
2143
void garmin_queue_error(char *str, err_type type);
-
 
2144
void garmin_clear_errors();
-
 
2145
char *garmin_get_first_error(int *key);
-
 
2146
char *garmin_get_next_error(int *key);
-
 
2147
int garmin_count_error();
2124
 
2148
 
2125
#endif /* __GARMIN_GARMIN_H__ */
2149
#endif /* __GARMIN_GARMIN_H__ */