#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>
#include <errno.h>
#include <pwd.h>
#include <glib.h>
#include "lpbot.h"
Go to the source code of this file.
Defines | |
#define | LP_HOST "localhost" |
#define | LP_PORT 1100 |
Functions | |
int | srv_handler (GIOChannel *source, GIOCondition condition, gpointer data) |
int | kbd_handler (GIOChannel *source, GIOCondition condition, gpointer data) |
int | main (int argv, char **argc) |
Variables | |
lp_server * | server |
lp_server * | kbd |
#define LP_HOST "localhost" |
#define LP_PORT 1100 |
Definition at line 19 of file lpbotctl.c.
Definition at line 19 of file lpbotctl.c.
Referenced by lp_find_server(), lp_handler(), lp_listen(), lp_ping(), parseServer(), and remind().