Deleted Added
full compact
timelocal.h (73359) timelocal.h (74412)
1/*-
2 * Copyright (c) 1997 FreeBSD Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 1997 FreeBSD Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/lib/libc/stdtime/timelocal.h 73359 2001-03-02 22:10:04Z ache $
26 * $FreeBSD: head/lib/libc/stdtime/timelocal.h 74412 2001-03-18 11:58:15Z ache $
27 */
28
29#ifndef _TIMELOCAL_H
30#define _TIMELOCAL_H
31
32/*
33 * Private header file for the strftime and strptime localization
34 * stuff.

--- 5 unchanged lines hidden (view full) ---

40 const char * weekday[7];
41 const char * X_fmt;
42 const char * x_fmt;
43 const char * c_fmt;
44 const char * am;
45 const char * pm;
46 const char * date_fmt;
47 const char * alt_month[12];
27 */
28
29#ifndef _TIMELOCAL_H
30#define _TIMELOCAL_H
31
32/*
33 * Private header file for the strftime and strptime localization
34 * stuff.

--- 5 unchanged lines hidden (view full) ---

40 const char * weekday[7];
41 const char * X_fmt;
42 const char * x_fmt;
43 const char * c_fmt;
44 const char * am;
45 const char * pm;
46 const char * date_fmt;
47 const char * alt_month[12];
48 const char * Ef_fmt;
49 const char * EF_fmt;
48 const char * md_order;
50 const char * ampm_fmt;
51};
52
53struct lc_time_T * __get_current_time_locale(void);
54
55#endif /* _TIMELOCAL_H */
49 const char * ampm_fmt;
50};
51
52struct lc_time_T * __get_current_time_locale(void);
53
54#endif /* _TIMELOCAL_H */