ossp-pkg/lmtp2nntp/sa.h 1.1 -> 1.2
--- sa.h 2001/08/07 09:04:32 1.1
+++ sa.h 2001/08/12 13:44:10 1.2
@@ -1,6 +1,5 @@
/*
- * sa.h: Socket Address library (API definition)
- *
+ * SA - Socket Address Library
* Copyright (c) 2001 The OSSP Project (http://www.ossp.org/)
* Copyright (c) 2001 Cable & Wireless Deutschland (http://www.cw.com/de/)
*
@@ -25,10 +24,12 @@
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * sa.h: API definition
*/
-#ifndef __SOCK_H__
-#define __SOCK_H__
+#ifndef __SA_H__
+#define __SA_H__
#include <netdb.h>
#include <sys/types.h>
@@ -50,5 +51,5 @@
sa_t *sa_create(int, ...);
void sa_destroy(sa_t *);
-#endif /* __SOCK_H__ */
+#endif /* __SA_H__ */
|
|