diff options
Diffstat (limited to 'libio/strfile.h')
-rw-r--r-- | libio/strfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libio/strfile.h b/libio/strfile.h index a0e47021f6..baf25f7097 100644 --- a/libio/strfile.h +++ b/libio/strfile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU IO Library. This library is free software; you can redistribute it and/or @@ -28,8 +28,8 @@ Merge into libio.h ? #endif -typedef void *(*_IO_alloc_type) __P ((_IO_size_t)); -typedef void (*_IO_free_type) __P ((void*)); +typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t)); +typedef void (*_IO_free_type) __PMT ((void*)); struct _IO_str_fields { |