| 1 | #ifndef DEBUGPARSE_H
|
|---|
| 2 | #define DEBUGPARSE_H
|
|---|
| 3 | /* ========================================================================== **
|
|---|
| 4 | * debugparse.c
|
|---|
| 5 | *
|
|---|
| 6 | * Copyright (C) 1998 by Christopher R. Hertel
|
|---|
| 7 | *
|
|---|
| 8 | * Email: [email protected]
|
|---|
| 9 | *
|
|---|
| 10 | * -------------------------------------------------------------------------- **
|
|---|
| 11 | * This module is a very simple parser for Samba debug log files.
|
|---|
| 12 | * -------------------------------------------------------------------------- **
|
|---|
| 13 | *
|
|---|
| 14 | * This library is free software; you can redistribute it and/or
|
|---|
| 15 | * modify it under the terms of the GNU Library General Public
|
|---|
| 16 | * License as published by the Free Software Foundation; either
|
|---|
| 17 | * version 2 of the License, or (at your option) any later version.
|
|---|
| 18 | *
|
|---|
| 19 | * This library is distributed in the hope that it will be useful,
|
|---|
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|---|
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|---|
| 22 | * Library General Public License for more details.
|
|---|
| 23 | *
|
|---|
| 24 | * You should have received a copy of the GNU Library General Public
|
|---|
|
|---|