syslog-ng source
control.h File Reference
#include "syslog-ng.h"
Include dependency graph for control.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ControlCommand
 

Typedefs

typedef void(* ControlCommandFunc) (ControlConnection *cc, GString *, gpointer user_data, gboolean *cancelled)
 

Typedef Documentation

◆ ControlCommandFunc

typedef void(* ControlCommandFunc) (ControlConnection *cc, GString *, gpointer user_data, gboolean *cancelled)