summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-10-13 20:37:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-10-13 20:37:23 +0000
commit48af6a7f3da7eee0b9a5477954df88d3d5347d26 (patch)
treee965b1c69a923b5e31113a25532fc6fd28de372a
parentf3065927105f7ebc70e0899583233b9fe9b0fea4 (diff)
downloadmailutils-48af6a7f3da7eee0b9a5477954df88d3d5347d26.tar.gz
mailutils-48af6a7f3da7eee0b9a5477954df88d3d5347d26.tar.bz2
Removed (duplicated in mailbox)
-rw-r--r--lib/getline.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/lib/getline.h b/lib/getline.h
deleted file mode 100644
index cc6466d72..000000000
--- a/lib/getline.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
-
-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, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-#ifndef GETLINE_H_
-# define GETLINE_H_ 1
-
-# include <stdio.h>
-
-# ifndef PARAMS
-# if defined (__GNUC__) || __STDC__
-# define PARAMS(args) args
-# else
-# define PARAMS(args) ()
-# endif
-# endif
-
-int
-getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
-
-int
-getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
-
-#endif /* not GETLINE_H_ */

Return to:

Send suggestions and report system problems to the System administrator.