File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / ui / split.h
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:18:58 2023 UTC (9 months ago) by misho
Branches: mtr, MAIN
CVS tags: v0_95, HEAD
Version 0.95

    1: /*
    2:     mtr  --  a network diagnostic tool
    3: 
    4:     split.h -- raw output (for inclusion in KDE Network Utilities)
    5:     Copyright (C) 1998  Bertrand Leconte <B.Leconte@mail.dotcom.fr>
    6: 
    7:     This program is free software; you can redistribute it and/or modify
    8:     it under the terms of the GNU General Public License version 2 as
    9:     published by the Free Software Foundation.
   10: 
   11:     This program is distributed in the hope that it will be useful,
   12:     but WITHOUT ANY WARRANTY; without even the implied warranty of
   13:     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14:     GNU General Public License for more details.
   15: 
   16:     You should have received a copy of the GNU General Public License along
   17:     with this program; if not, write to the Free Software Foundation, Inc.,
   18:     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   19: */
   20: 
   21: /*  Prototypes for split.c  */
   22: extern void split_open(
   23:     void);
   24: extern void split_close(
   25:     void);
   26: extern void split_redraw(
   27:     struct mtr_ctl *ctl);
   28: extern int split_keyaction(
   29:     void);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>