]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Patch from John Wolfe at SCO to bring current with C++ standards.
authorTim Rice <tim@multitalents.net>
Thu, 31 Oct 2002 03:55:53 +0000 (03:55 +0000)
committerTim Rice <tim@multitalents.net>
Thu, 31 Oct 2002 03:55:53 +0000 (03:55 +0000)
(no more "friend name injection") Fixes OpenUNIX 8 build

util/Str.h

index 55966b6ea397aa6841e9557a7bc748a40dd99f76..6d066705c9205505acb205310fed766f77a12746 100644 (file)
@@ -79,6 +79,8 @@ inline u_int fxTempStr::length() const                { return slength - 1; }
 
 //----------------------------------------------------------------------
 
+extern int compare(fxStr const&, fxStr const&);
+
 class fxStr {
     friend class fxTempStr;
 public: