File: addr_to_bitstring.h

package info (click to toggle)
ipv6calc 0.39-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 740 kB
  • ctags: 535
  • sloc: ansic: 5,499; sh: 134; perl: 103; makefile: 85
file content (16 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Project    : ipv6calc
 * File       : addr_to_bitstring.h
 * Version    : $Id: addr_to_bitstring.h,v 1.3 2002/02/27 23:07:14 peter Exp $
 * Copyright  : 2002 by Peter Bieringer <pb (at) bieringer.de>
 *
 * Information:
 *  header file for addr_to_bitstring.c
 */

#include "libipv6addr.h"

/* prototypes */
extern void addr_to_bitstring_printhelp(void);
extern void addr_to_bitstring_printhelplong(void);
extern int  addr_to_bitstring(ipv6calc_ipv6addr *ipv6addrp, char *resultstring, long int command);