File: common.h

package info (click to toggle)
luasocket 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,264 kB
  • sloc: ansic: 4,845; makefile: 337; sh: 116
file content (16 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef LUASOCKET_COMMON_H
#define LUASOCKET_COMMON_H

#ifndef LUASOCKET_API
#define LUASOCKET_API extern
#endif

#ifndef UNIX_API
#define UNIX_API extern
#endif

#ifndef MIME_API
#define MIME_API extern
#endif

#endif