Blame ui/asn.h

Packit b802ec
/*
Packit b802ec
    mtr  --  a network diagnostic tool
Packit b802ec
    Copyright (C) 1997,1998  Matt Kimball
Packit b802ec
Packit b802ec
    This program is free software; you can redistribute it and/or modify
Packit b802ec
    it under the terms of the GNU General Public License version 2 as
Packit b802ec
    published by the Free Software Foundation.
Packit b802ec
Packit b802ec
    This program is distributed in the hope that it will be useful,
Packit b802ec
    but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit b802ec
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit b802ec
    GNU General Public License for more details.
Packit b802ec
Packit b802ec
    You should have received a copy of the GNU General Public License
Packit b802ec
    along with this program; if not, write to the Free Software
Packit b802ec
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Packit b802ec
*/
Packit b802ec
Packit b802ec
#include "mtr.h"
Packit b802ec
Packit b802ec
extern void asn_open(
Packit b802ec
    struct mtr_ctl *ctl);
Packit b802ec
extern void asn_close(
Packit b802ec
    struct mtr_ctl *ctl);
Packit b802ec
extern char *fmt_ipinfo(
Packit b802ec
    struct mtr_ctl *ctl,
Packit b802ec
    ip_t * addr);
Packit b802ec
extern ATTRIBUTE_CONST size_t get_iiwidth_len(
Packit b802ec
    void);
Packit b802ec
extern ATTRIBUTE_CONST int get_iiwidth(
Packit b802ec
    int ipinfo_no);
Packit b802ec
extern int is_printii(
Packit b802ec
    struct mtr_ctl *ctl);