Commit c30118f3 c30118f3439d74737a642ad7472eb8b27d00e99a by Alain Magloire

cpystr.h

rename url0.h to cpystr.h this should be move to lib, later
1 parent 382f6f4c
1 /* GNU mailutils - a suite of utilities for electronic mail
2 Copyright (C) 1999 Free Software Foundation, Inc.
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Library Public License as published by
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU Library General Public License for more details.
13
14 You should have received a copy of the GNU Library General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17
1 #ifndef _URL0_H 18 #ifndef _URL0_H
2 #define _URL0_H 19 #define _URL0_H
3 20
...@@ -8,6 +25,6 @@ ...@@ -8,6 +25,6 @@
8 # define __P(x) 25 # define __P(x)
9 # endif 26 # endif
10 #endif 27 #endif
11 extern int _cpystr __P((const char * src, char * dst, unsigned int size)); 28 extern int _cpystr __P ((const char *src, char *dst, unsigned int size));
12 29
13 #endif 30 #endif
......