comparison src/getopt.h @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents fa6395637e2c
children 7efff7985e5d
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 18 along with this program; if not, write to the Free Software
19 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 19 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 20
21 #ifndef _GETOPT_H 21 #ifndef _GAIM_GETOPT_H_
22 #define _GETOPT_H 1 22 #define _GAIM_GETOPT_H_
23 23
24 #ifdef __cplusplus 24 #ifdef __cplusplus
25 extern "C" { 25 extern "C" {
26 #endif 26 #endif
27 27
127 127
128 #ifdef __cplusplus 128 #ifdef __cplusplus
129 } 129 }
130 #endif 130 #endif
131 131
132 #endif /* _GETOPT_H */ 132 #endif /* _GAIM_GETOPT_H_ */