From 6ff83eab1b95cc2d9a36fc644421d6e5c269c7fd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 May 2009 10:41:07 +0200 Subject: [PATCH] no need for LIBSSH2_ERROR_MEMORY when LIBSSH2_ERROR_ALLOC already exist! added my own copyright line too now --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 75aa5077..b539f2ad 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -1,4 +1,5 @@ /* Copyright (c) 2004-2008, Sara Golemon + * Copyright (c) 2009 by Daniel Stenberg * All rights reserved. * * Redistribution and use in source and binary forms, @@ -349,7 +350,6 @@ typedef struct _LIBSSH2_POLLFD { #define LIBSSH2_ERROR_INVALID_POLL_TYPE -35 #define LIBSSH2_ERROR_PUBLICKEY_PROTOCOL -36 #define LIBSSH2_ERROR_EAGAIN -37 -#define LIBSSH2_ERROR_MEMORY -38 /* Session API */ LIBSSH2_API LIBSSH2_SESSION *