X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Funix.h;h=53ea488096dd598b28555e3c852dbf9b9f168e50;hb=36581ff40624336db8416e0892b9b78f52230224;hp=8c60ac87d83fc1fdf73f1d18ddf9c1953e57ed6c;hpb=7a4064cd15f6c6b34c1180e1bc51f0d0e90da320;p=yaz-moved-to-github.git diff --git a/include/yaz/unix.h b/include/yaz/unix.h index 8c60ac8..53ea488 100644 --- a/include/yaz/unix.h +++ b/include/yaz/unix.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: unix.h,v 1.9 2007-04-12 13:52:57 adam Exp $ */ +/* $Id: unix.h,v 1.10 2007-10-09 06:00:55 adam Exp $ */ /** * \file unix.h @@ -40,7 +40,6 @@ YAZ_BEGIN_CDECL -YAZ_EXPORT int completeWAIS(const unsigned char *buf, int len); YAZ_EXPORT struct sockaddr_un *unix_strtoaddr(const char *str); YAZ_EXPORT COMSTACK unix_type(int s, int flags, int protocol, void *vp);