mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
isrv.h: add copyright info
This commit is contained in:
parent
fdf7aec532
commit
844ff096ec
@ -1,3 +1,13 @@
|
|||||||
|
/* vi: set sw=4 ts=4: */
|
||||||
|
/*
|
||||||
|
* Generic non-forking server infrastructure.
|
||||||
|
* Intended to make writing telnetd-type servers easier.
|
||||||
|
*
|
||||||
|
* Copyright (C) 2007 Denis Vlasenko
|
||||||
|
*
|
||||||
|
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
|
||||||
|
*/
|
||||||
|
|
||||||
/* opaque structure */
|
/* opaque structure */
|
||||||
struct isrv_state_t;
|
struct isrv_state_t;
|
||||||
typedef struct isrv_state_t isrv_state_t;
|
typedef struct isrv_state_t isrv_state_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user