File: addr_to_ip6int.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 (14 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Project    : ipv6calc
 * File       : addr_to_ip6int.h
 * Version    : $Id: addr_to_ip6int.h,v 1.1 2002/02/25 21:18:50 peter Exp $
 * Copyright  : 2001-2002 by Peter Bieringer <pb (at) bieringer.de>
 *
 * Information:
 *  Header file for addr_to_ip6int.c
 */ 

/* prototypes */
extern int  addr_to_ip6int(ipv6calc_ipv6addr *ipv6addrp, char *resultstring, long int command);
extern void addr_to_ip6int_printhelp(void);
extern void addr_to_ip6int_printhelplong(void);