libgaim/protocols/jabber/win32/utsname.h@77edc7a6191a
libgaim/protocols/jabber/win32/utsname.h
Sat, 19 Aug 2006 01:50:10 +0000
- author
- Evan Schoenberg <evands@pidgin.im>
- date
- Sat, 19 Aug 2006 01:50:10 +0000
- changeset 14254
- 77edc7a6191a
- parent 14253
-
core/protocols/jabber/win32/utsname.h@b63ebf84c42b
- child 20470
-
77693555855f
- permissions
- -rw-r--r--
[gaim-migrate @ 16863]
Renamed 'core' to 'libgaim'
#ifndef _SYS_UTSNAME_H
#define _SYS_UTSNAME_H
#ifdef __cplusplus
extern "C" {
#endif
struct utsname
{
char sysname[20];
char nodename[20];
char release[20];
char version[20];
char machine[20];
};
int uname (struct utsname *);
#ifdef __cplusplus
}
#endif
#endif