aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index ec75fc0..d57bfaa 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,5 +1,14 @@
1#ifndef OPTIONS_H 1#ifndef OPTIONS_H
2#define OPTIONS_H 2#define OPTIONS_H
3/*=========================================================================*\
4* Common option interface
5* LuaSocket toolkit
6*
7* This module provides a common interface to socket options, used mainly by
8* modules UDP and TCP.
9*
10* RCS ID: $Id$
11\*=========================================================================*/
3 12
4#include <lua.h> 13#include <lua.h>
5#include "socket.h" 14#include "socket.h"