*** empty log message ***
authorroot <root>
Sun, 22 Jan 2006 03:43:58 +0000 (03:43 +0000)
committerroot <root>
Sun, 22 Jan 2006 03:43:58 +0000 (03:43 +0000)
src/fdpass.h [deleted file]

diff --git a/src/fdpass.h b/src/fdpass.h
deleted file mode 100644 (file)
index 5ce6f79..0000000
+++ /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 <pcg@goof.com>
- *
- * 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);
-
-