Date: Sun, 22 Jun 1997 13:49:15 +0100 (BST) From: Jim Dixon <jdd@vbc.net> To: hackers@freebsd.org Subject: inconsistent declarations Message-ID: <Pine.BSI.3.91.970622134312.14366I-100000@avon-gw.uk1.vbc.net>
next in thread | raw e-mail | index | archive | help
/usr/include/dlfcn.h void *dlopen __P((const char *,int)); void *dlsym __P((void *, const char*)); /usr/include/link.h extern void *dlopen __P((char *,int)); extern void *dlsym __P((void *,char*)); -- Jim Dixon VBCnet GB Ltd http://www.vbc.net tel +44 117 929 1316 fax +44 117 927 2015
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.970622134312.14366I-100000>