NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
State Struct Reference

Keep track when processing files. More...

#include "state.h"

Data Fields

FILE * fp_in
 File to read from. More...
 
FILE * fp_out
 File to write to. More...
 
char * prefix
 String to add to the beginning of each output line. More...
 
StateFlags flags
 Flags, e.g. STATE_DISPLAY. More...
 
int wraplen
 Width to wrap lines to (when flags & STATE_DISPLAY) More...
 

Detailed Description

Keep track when processing files.

Definition at line 46 of file state.h.

Field Documentation

◆ fp_in

FILE* State::fp_in

File to read from.

Definition at line 48 of file state.h.

◆ fp_out

FILE* State::fp_out

File to write to.

Definition at line 49 of file state.h.

◆ prefix

char* State::prefix

String to add to the beginning of each output line.

Definition at line 50 of file state.h.

◆ flags

StateFlags State::flags

Flags, e.g. STATE_DISPLAY.

Definition at line 51 of file state.h.

◆ wraplen

int State::wraplen

Width to wrap lines to (when flags & STATE_DISPLAY)

Definition at line 52 of file state.h.


The documentation for this struct was generated from the following file: