#include <xdas.h>
#include "libxdas_impl.h"
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | xdas_internal_create_filter (int *minor, const char *name, unsigned type, const char *exp, const char *act) |
Internal version of xdas_create_filter. | |
int | xdas_internal_delete_filter (int *minor, const char *name) |
Internal version of xdas_delete_filter. | |
int | xdas_internal_enable_filter (int *minor, const char *name, int enable) |
Internal version of xdas_enable_filter and xdas_disable_filter. | |
int | xdas_internal_get_filter (int *minor, const char *name, unsigned *type, xdas_buffer_t exp, xdas_buffer_t act, unsigned *status) |
Internal version of xdas_get_filter. | |
int | xdas_internal_list_filters (int *minor, char **names, size_t *bufszp) |
Internal version of xdas_list_filters. |
Definition in file libxdas_filters.c.