+2007-08-23 Simon Josefsson <simon@josefsson.org>
+
+ * lib/readline.c: Don't include getline.h, the prototype is now
+ found in stdio.h.
+
2007-08-23 Jim Meyering <jim@meyering.net>
Getdelim touchup.
/* readline.c --- Simple implementation of readline.
- Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
Written by Simon Josefsson
This program is free software; you can redistribute it and/or modify
#include <stdio.h>
#include <string.h>
-#include <getline.h>
char *
readline (const char *prompt)