summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/error.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:50:58 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:50:58 +0000
commitc5162d564ac98a1e97812ec5d290d2375c0820d8 (patch)
tree547a70fd355e85f1fa5d74a1b015e612f905e160 /apt-pkg/contrib/error.h
parent6f27a7fc6c8471534c5cee39cffdc2def1388bdc (diff)
Sync
Author: jgg Date: 1998-09-18 02:42:38 GMT Sync
Diffstat (limited to 'apt-pkg/contrib/error.h')
-rw-r--r--apt-pkg/contrib/error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/contrib/error.h b/apt-pkg/contrib/error.h
index 7250bb1c0..9b54b72a5 100644
--- a/apt-pkg/contrib/error.h
+++ b/apt-pkg/contrib/error.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: error.h,v 1.4 1998/09/12 02:46:27 jgg Exp $
+// $Id: error.h,v 1.5 1998/09/18 02:42:41 jgg Exp $
/* ######################################################################
Global Erorr Class - Global error mechanism
@@ -64,6 +64,7 @@ class GlobalError
// Call to generate an error from a library call.
bool Errno(const char *Function,const char *Description,...);
+ bool WarningE(const char *Function,const char *Description,...);
/* A warning should be considered less severe than an error, and may be
ignored by the client. */