#include <struct.h>
Public Member Functions | |
| helpline_t (u_int32_t, u_int32_t, u_int32_t, char *) | |
| void | delchain (void) |
| helpline_t * | get_next (void) |
| void | set_next (helpline_t *x_next) |
| u_int32_t | get_flags (void) |
| void | set_flags (u_int32_t x_flags) |
| u_int32_t | get_mask (void) |
| void | set_mask (u_int32_t x_mask) |
| u_int32_t | get_cmd (void) |
| void | set_cmd (u_int32_t x_cmd) |
| char * | get_text (void) |
| void | set_text (char *x_text) |
Public Attributes | |
| char | line [81] |
| Text of the line, 0...80 characters long: fixed buffer. | |
| help_line * | next |
| Pointer to the next line in the topic. | |
Private Attributes | |
| u_int32_t | flags |
| u_int32_t | mask |
| u_int32_t | cmd |
| char * | text |
| helpline_t * | next |
Definition at line 46 of file helpfile.h.