Make sure DynaGetFunction() returns a function pointer, not a data pointer.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 Feb 2004 07:28:49 +0000 (07:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Feb 2004 07:28:49 +0000 (07:28 +0000)
commit83e878420ae82aaaed1b8451e587aa1fc89accc2
treee01458e5d28d87788c71cf80b2814812a54ba9a1
parent58a5f485dbafdb66ad9d18dfc0c8162f5b2fbc0a
Make sure DynaGetFunction() returns a function pointer, not a data pointer.
The standards don't actually allow typecasts between data and functions so
some picky compilers warn about this.
lib/ldap.c