more busybox's style: close bug 745

This commit is contained in:
"Vladimir N. Oleynik"
2006-02-28 10:15:42 +00:00
parent 716bbe96d4
commit 5c2b238b3a
2 changed files with 6 additions and 6 deletions

View File

@ -88,9 +88,9 @@ static int is_leap_year(int year)
#define leap_years_since_year_1(yr) \
((yr) / 4 - centuries_since_1700(yr) + quad_centuries_since_1700(yr))
static void center __P((char *, int, int));
static void day_array __P((int, int, int *));
static void trim_trailing_spaces_and_print __P((char *));
static void center (char *, int, int);
static void day_array (int, int, int *);
static void trim_trailing_spaces_and_print (char *);
static void blank_string(char *buf, size_t buflen);
static char *build_row(char *p, int *dp);