X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Funix.h;h=53ea488096dd598b28555e3c852dbf9b9f168e50;hp=8c60ac87d83fc1fdf73f1d18ddf9c1953e57ed6c;hb=377e50914cd78d52e77032a3eaf8972f23b4e7b9;hpb=29cc293e92725df0aaf70fa4897600597dd8db9b 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);