Deleted Added
sdiff udiff text old ( 126775 ) new ( 164631 )
full compact
1/*
2 * Copyright (c) 2003, Trent Nelson, <trent@arpa.com>.
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

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD: head/usr.bin/systat/convtbl.h 164631 2006-11-26 19:25:10Z yar $
29 */
30
31#ifndef _CONVTBL_H_
32#define _CONVTBL_H_
33
34#include <sys/types.h>
35
36#define BITS (1)

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

59};
60
61extern struct convtbl convtbl[];
62
63extern double convert(const u_long, const u_int);
64extern const char *get_string(const u_long, const u_int);
65
66#endif /* ! _CONVTBL_H_ */