From de4881cc73f65df1a1580c2ac84f9356613e3fbd Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Jan 2006 03:43:58 +0000 Subject: [PATCH] *** empty log message *** --- src/fdpass.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/fdpass.h diff --git a/src/fdpass.h b/src/fdpass.h deleted file mode 100644 index 5ce6f798..00000000 --- a/src/fdpass.h +++ /dev/null @@ -1,28 +0,0 @@ -/*--------------------------------*-C-*---------------------------------* - * File: fdpass.h - *----------------------------------------------------------------------* - * - * All portions of code are copyright by their respective author/s. - * Copyright (c) 2005 Marc Lehmann - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - *----------------------------------------------------------------------*/ - -#include "../config.h" - -int ptytty_send_fd (int socket, int fd); -int ptytty_recv_fd (int socket); - - -- 2.34.1