3 --- kldap
/ber
.h
.orig
2012-11-08 10:20:45.000000000 +0000
5 @@
-57,7 +57,8 @@
class KLDAP_EXPORT Ber
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:
15 @@ -114,8 +115,8 @@ class KLDAP_EXPORT Ber
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
);