X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Freadline%2Fansi_stdlib.h;h=3a354f28ddf2708a08559ab7afa5a5efe89687c4;hb=28ef6c316f1aff914bb95ac09787a3c83c1815fd;hp=52339da5d333a3ec3e560cd380842f7f7cafca7d;hpb=726f63884db0132f01745f1fb4465e6621088ccf;p=platform%2Fupstream%2Fbash.git diff --git a/lib/readline/ansi_stdlib.h b/lib/readline/ansi_stdlib.h index 52339da..3a354f2 100644 --- a/lib/readline/ansi_stdlib.h +++ b/lib/readline/ansi_stdlib.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with Bash; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #if !defined (_STDLIB_H_) #define _STDLIB_H_ 1 @@ -27,6 +27,9 @@ extern int atoi (); extern long int atol (); +extern double atof (); +extern double strtod (); + /* Memory allocation functions. */ extern char *malloc (); extern char *realloc ();