#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fsd_mysql.h"
#include "fsd_device.h"
#include "fsd_defines.h"
#include "../parser/parser.h"
#include <mysql/mysql.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
| void | exit_deamon (int sig) |
| Deamon finalizing function. | |
| int | fsd_write_message (int fsc_device, const char *data, int len) |
| Wrapper function for writting to char device. | |
| int | fsd_write_read_dir (rd_item **rd_list, int len, char *return_text) |
| Make string from rd_item structure. | |
| int | main () |
| Main function. | |
Variables | |
| MYSQL * | conn |
| int | fsc_device = 0 |
Definition in file fsd_main.c.
1.5.0