]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
Fixed size mismatch
[apt.git] / apt-pkg / contrib / strutl.h
index 10d835ba3c62ea30f8345905f117db72023e1cd9..a79f28e4ec95acf0f0fb87f1c1e9bd79f4d4f19c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: strutl.h,v 1.10 1998/11/04 07:11:14 jgg Exp $
+// $Id: strutl.h,v 1.12 1999/02/01 08:11:57 jgg Exp $
 /* ######################################################################
 
    String Util - These are some usefull string functions
@@ -17,7 +17,7 @@
 #define STRUTL_H
 
 #ifdef __GNUG__
-#pragma interface "strutl.h"
+#pragma interface "apt-pkg/strutl.h"
 #endif 
 
 #include <stdlib.h>
@@ -30,6 +30,7 @@ char *_strtabexpand(char *String,size_t Len);
 bool ParseQuoteWord(const char *&String,string &Res);
 bool ParseCWord(const char *String,string &Res);
 string QuoteString(string Str,const char *Bad);
+string DeQuoteString(string Str);
 string SizeToStr(double Bytes);
 string TimeToStr(unsigned long Sec);
 string SubstVar(string Str,string Subst,string Contents);