citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
#include "sysdep.h"
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <libcitadel.h>
#include "citadel.h"
#include "support.h"
Go to the source code of this file.
Functions | |
void | strproc (char *string) |
int | getstring (FILE *fp, char *string) |
void strproc | ( | char * | string | ) |
Definition at line 13 of file support.c.
Referenced by cmd_creu(), cmd_newu(), cmd_setp(), create_user(), and CtdlTryPassword().