strparse.h (xinetd-2.3.15) | : | strparse.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
/* | /* | |||
* (c) Copyright 1992, 1993 by Panagiotis Tsirigotis | * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis | |||
* All rights reserved. The file named COPYRIGHT specifies the terms | * All rights reserved. The file named COPYRIGHT specifies the terms | |||
* and conditions for redistribution. | * and conditions for redistribution. | |||
*/ | */ | |||
#ifndef __STRPARSE_H | #ifndef __STRPARSE_H | |||
#define __STRPARSE_H | #define __STRPARSE_H | |||
/* | /* | |||
* $Id: strparse.h,v 1.1.1.1 2003-02-19 17:29:27 bbraun Exp $ | * $Id$ | |||
*/ | */ | |||
struct str_handle | struct str_handle | |||
{ | { | |||
char *string ; | char *string ; | |||
char *separator ; | char *separator ; | |||
char *pos ; | char *pos ; | |||
int flags ; | int flags ; | |||
int *errnop ; | int *errnop ; | |||
int no_more ; | int no_more ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |