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

Go to the source code of this file.

Functions

gint pdb_file_detect_version (const gchar *pdbfile, GError **error)
 
gboolean pdb_file_validate (const gchar *filename, GError **error)
 
gboolean pdb_file_validate_in_tests (const gchar *filename, GError **error)
 
GPtrArray * pdb_get_filenames (const gchar *dir_path, gboolean recursive, gchar *pattern, GError **error)
 
void pdb_sort_filenames (GPtrArray *filenames)
 

Function Documentation

◆ pdb_file_detect_version()

gint pdb_file_detect_version ( const gchar *  pdbfile,
GError **  error 
)

◆ pdb_file_validate()

gboolean pdb_file_validate ( const gchar *  filename,
GError **  error 
)

◆ pdb_file_validate_in_tests()

gboolean pdb_file_validate_in_tests ( const gchar *  filename,
GError **  error 
)

◆ pdb_get_filenames()

GPtrArray* pdb_get_filenames ( const gchar *  dir_path,
gboolean  recursive,
gchar *  pattern,
GError **  error 
)

◆ pdb_sort_filenames()

void pdb_sort_filenames ( GPtrArray *  filenames)