Imported Upstream version 2.6.0

This commit is contained in:
arnaud.quette@free.fr 2011-01-26 10:35:08 +01:00
parent 26fb71b504
commit 459aaf9392
510 changed files with 40508 additions and 18859 deletions

View file

@ -20,6 +20,7 @@
#ifndef DSTATE_HAL_H_SEEN
#define DSTATE_HAL_H_SEEN 1
#include "state.h"
#include "attribute.h"
/*#include "parseconf.h"*/
@ -45,11 +46,11 @@ gboolean dbus_init_local (void);
#define HAL_WARNING
/* track client connections */
/* struct conn_t {
/* typedef struct conn_s {
* int fd;
* PCONF_CTX_t ctx;
* void *next;
*};
* struct conn_s *next;
*} conn_t;
*/
extern struct ups_handler upsh;
@ -67,8 +68,8 @@ int dstate_delinfo(const char *var);
int dstate_delenum(const char *var, const char *val);
int dstate_delcmd(const char *cmd);
void dstate_free(void);
const struct st_tree_t *dstate_getroot(void);
const struct cmdlist_t *dstate_getcmdlist(void);
const st_tree_t *dstate_getroot(void);
const cmdlist_t *dstate_getcmdlist(void);
void dstate_dataok(void);
void dstate_datastale(void);