Contact cannot be a null ptr, and it is accessed before anyway. Disscussed with kedge.
[kdenetwork.git] / kppp / auth.h
blob0daeeb6da3f8b753d05e1d3eb9eefe5fd9a9d8e3
1 /*
3 * kPPP: A pppd Front End for the KDE project
5 * $Id$
6 * Copyright (C) 1997 Bernd Johannes Wuebben
7 * wuebben@math.cornell.edu
9 * This file was contributed by Mario Weilguni <mweilguni@sime.com>
10 * Thanks Mario!
12 * This library is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU Library General Public
14 * License as published by the Free Software Foundation; either
15 * version 2 of the License, or (at your option) any later version.
17 * This library is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * Library General Public License for more details.
22 * You should have received a copy of the GNU Library General Public
23 * License along with this program; if not, write to the Free
24 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
27 #ifndef __AUTH__H__
28 #define __AUTH__H__
30 #define AUTH_SCRIPT 0
31 #define AUTH_PAP 1
32 #define AUTH_TERMINAL 2
33 #define AUTH_CHAP 3
34 #define AUTH_PAPCHAP 4
36 #endif