#include "config.h"
#include "defines.h"
#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
#include <sys/un.h>
#include "readline.h"
#include "hashlib.h"
#include "utils.h"
#include "configparser.h"
#include "cfcgi.h"
#include "template.h"
#include "clientlib.h"
Go to the source code of this file.
Functions | |
| int | cleanup_deleted_file (int sock, struct stat *st, t_string *str) |
| int | cleanup_visited_file (int sock, struct stat *st, t_string *str) |
| int | cleanup_files (int sock) |
| int | main (int argc, char *argv[], char *envp[]) |
Definition in file fo_cleanup.c.
|
||||||||||||||||
|
function for cleaning up a file containing message ids of deleted threads
Definition at line 54 of file fo_cleanup.c. |
|
|
Function for reading all users visited and deleted files
Definition at line 219 of file fo_cleanup.c. |
|
||||||||||||||||
|
function for cleaning up a file containing the visited postings of a user
Definition at line 129 of file fo_cleanup.c. |
|
||||||||||||||||
|
The main function
Definition at line 299 of file fo_cleanup.c. |
1.3.5