Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

poptItem_s Struct Reference

#include <popt.h>


Data Fields

struct poptOption option
int argc
const char** argv


Detailed Description

A popt alias or exec argument for poptAddItem().

Definition at line 141 of file popt.h.


Field Documentation

int poptItem_s::argc
 

(alias) no. of args.

Definition at line 143 of file popt.h.

const char ** poptItem_s::argv
 

(alias) args, must be free()able.

Definition at line 144 of file popt.h.

struct poptOption poptItem_s::option
 

alias/exec name(s) and description.

Definition at line 142 of file popt.h.


The documentation for this struct was generated from the following file:
Generated at Thu Sep 6 11:32:39 2001 for rpm by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001