Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / kdepimlibs4 / patches / patch-kldap_ber.h
blob318cbf0db830d0d303dd272b989300fbe4df819f
1 $NetBSD$
3 --- kldap/ber.h.orig 2012-11-08 10:20:45.000000000 +0000
4 +++ kldap/ber.h
5 @@ -57,7 +57,8 @@ class KLDAP_EXPORT Ber
7 /**
8 * Appends the data with the specified format to the Ber object.
9 - * This function works like printf, except that it's appending the
10 + * This function works like
11 + printf, except that it's appending the
12 * parameters, not replacing them. The allowed format characters and
13 * the expected parameter types are:
14 * <ul>
15 @@ -114,8 +115,8 @@ class KLDAP_EXPORT Ber
16 * </li>
17 * </ul>
19 - int printf( const QString &format, ... );
20 - int scanf( const QString &format, ... );
21 + int printf( const char *format, ... );
22 + int scanf( const char *format, ... );
23 unsigned int peekTag( int &size );
24 unsigned int skipTag( int &size );