comparison src/getopt.h @ 9721:7efff7985e5d

[gaim-migrate @ 10582] Is the copyright correct for this? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 16:52:58 +0000
parents db62420a53a2
children c0961d8cb0fb
comparison
equal deleted inserted replaced
9720:78da12f2982d 9721:7efff7985e5d
1 /* Declarations for getopt. 1 /* Declarations for getopt.
2
3 NOTE: getopt is now part of the C library, so if you don't know what
4 "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
5 before changing it!
2 6
3 Gaim is the legal property of its developers, whose names are too numerous 7 Gaim is the legal property of its developers, whose names are too numerous
4 to list here. Please refer to the COPYRIGHT file distributed with this 8 to list here. Please refer to the COPYRIGHT file distributed with this
5 source distribution. 9 source distribution.
6 10
16 20
17 You should have received a copy of the GNU General Public License 21 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 22 along with this program; if not, write to the Free Software
19 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 23 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 24
21 #ifndef _GAIM_GETOPT_H_ 25 #ifndef _GETOPT_H_
22 #define _GAIM_GETOPT_H_ 26 #define _GETOPT_H_ 1
23 27
24 #ifdef __cplusplus 28 #ifdef __cplusplus
25 extern "C" { 29 extern "C" {
26 #endif 30 #endif
27 31
127 131
128 #ifdef __cplusplus 132 #ifdef __cplusplus
129 } 133 }
130 #endif 134 #endif
131 135
132 #endif /* _GAIM_GETOPT_H_ */ 136 #endif /* _GETOPT_H_ */