Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120801 | Differences between
and this patch

Collapse All | Expand All

(-)libdjvu/GURL.h.old (-2 / +2 lines)
Lines 278-287 Link Here
278
      //@}
278
      //@}
279
279
280
      /// Returns TRUE if #gurl1# and #gurl2# are the same
280
      /// Returns TRUE if #gurl1# and #gurl2# are the same
281
   bool	GURL::operator==(const GURL & gurl2) const;
281
   bool	operator==(const GURL & gurl2) const;
282
282
283
      /// Returns TRUE if #gurl1# and #gurl2# are different
283
      /// Returns TRUE if #gurl1# and #gurl2# are different
284
   bool	GURL::operator!=(const GURL & gurl2) const;
284
   bool	operator!=(const GURL & gurl2) const;
285
285
286
      /// Assignment operator
286
      /// Assignment operator
287
   GURL &	operator=(const GURL & url);
287
   GURL &	operator=(const GURL & url);
(-)libdjvu/ByteStream.h.old (-1 / +1 lines)
Lines 242-248 Link Here
242
      and writes it to the specified stream. */
242
      and writes it to the specified stream. */
243
  void formatmessage( const char *fmt, ... );
243
  void formatmessage( const char *fmt, ... );
244
  /** Looks up the message and writes it to the specified stream. */
244
  /** Looks up the message and writes it to the specified stream. */
245
  void ByteStream::writemessage( const char *message );
245
  void writemessage( const char *message );
246
  /** Writes a one-byte integer to a ByteStream. */
246
  /** Writes a one-byte integer to a ByteStream. */
247
  void write8 (unsigned int card8);
247
  void write8 (unsigned int card8);
248
  /** Writes a two-bytes integer to a ByteStream.
248
  /** Writes a two-bytes integer to a ByteStream.

Return to bug 120801