~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002110857

« back to all changes in this revision

Viewing changes to src/zabbix_server/trapper/active.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2007-07-02 09:06:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070702090651-8l6fl3fjw9rh6l2u
Tags: 1:1.4.1-2
Add patch from SVN in order to fix Incorrect processing of character '%'
in user parameters and remote commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "common.h"
25
25
#include "db.h"
26
 
 
27
 
int     send_list_of_active_checks(int sockfd, char *host);
 
26
#include "comms.h"
 
27
 
 
28
extern  int     CONFIG_NODEID;
 
29
 
 
30
int     send_list_of_active_checks(zbx_sock_t *sock, const char *host);
28
31
 
29
32
#endif