Contact cannot be a null ptr, and it is accessed before anyway. Disscussed with kedge.
[kdenetwork.git] / kppp / ppplog.h
blob04d09b9f60f25057963bf6fb7419227895f47e70
1 /*
3 * kPPP: A pppd front end for the KDE project
5 * $Id$
7 * (c) 1998 Mario Weilguni <mweilguni@kde.org>
9 * Copyright (C) 1997 Bernd Johannes Wuebben
10 * wuebben@math.cornell.edu
12 * based on EzPPP:
13 * Copyright (C) 1997 Jay Painter
15 * This program is free software; you can redistribute it and/or
16 * modify it under the terms of the GNU Library General Public
17 * License as published by the Free Software Foundation; either
18 * version 2 of the License, or (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 * Library General Public License for more details.
25 * You should have received a copy of the GNU Library General Public
26 * License along with this program; if not, write to the Free
27 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
30 #ifndef __PPPL__H__
31 #define __PPPL__H__
33 class QStringList;
35 int PPPL_MakeLog(QStringList &list);
36 void PPPL_AnalyseLog(QStringList &list, QStringList &result);
37 void PPPL_ShowLog();
39 #endif