Mercurial > dillo_port1.3
view dpid/dpi_service.h @ 1117:483f789f6cae
rm current_bg_color
author | corvid <corvid@lavabit.com> |
---|---|
date | Fri, 22 May 2009 09:09:21 +0200 |
parents | 6ee11bf9e3ea |
children |
line wrap: on
line source
/*! \file * \todo * This module should be removed because its original functions * have been removed or modified. * Put these functions in dpid.c */ #ifndef DPI_SERVICE_H #define DPI_SERVICE_H #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include "dpid.h" char *get_dpi_dir(char *dpidrc); int send_service_list(int sock, struct dp *dpi_attr_list, int srv_num); #endif