X-Git-Url: http://git.silc.fi/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcgetopt.h;h=991c475995c41daa73a5e5c176d649650898a90c;hp=ac6b2168b1f78e994ca3605c32e1b3d54428859a;hb=4d96aec5a0942c3b9bf66dcbec47c593f267c5ec;hpb=5586a7f0e211638059148cc853e47caedf53d098 diff --git a/lib/silcutil/silcgetopt.h b/lib/silcutil/silcgetopt.h index ac6b2168..991c4759 100644 --- a/lib/silcutil/silcgetopt.h +++ b/lib/silcutil/silcgetopt.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,10 +17,19 @@ */ +/****h* silcutil/GetOpt Interface + * + * DESCRIPTION + * + * SILC GetOpt Interface provides portable interface to handle command + * line options. + * + ***/ + #ifndef SILCGETOPT_H #define SILCGETOPT_H -/****s* silcutil/SilcGetOptAPI/SilcGetOpt +/****s* silcutil/SilcGetOpt * * NAME * @@ -44,7 +53,7 @@ typedef struct SilcGetOptObject { } *SilcGetOpt, SilcGetOptStruct; /***/ -/****d* silcutil/SilcGetOptAPI/SILC_GETOPT_INIT +/****d* silcutil/SILC_GETOPT_INIT * * NAME * @@ -61,7 +70,7 @@ typedef struct SilcGetOptObject { ***/ #define SILC_GETOPT_INIT { 1, 0, NULL, TRUE, 1 } -/****f* silcutil/SilcGetOptAPI/silc_getopt +/****f* silcutil/silc_getopt * * SYNOPSIS *