PostgreSQL Source Code  git master
shell_archive.h File Reference
Include dependency graph for shell_archive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const ArchiveModuleCallbacksshell_archive_init (void)
 

Function Documentation

◆ shell_archive_init()

const ArchiveModuleCallbacks* shell_archive_init ( void  )

Definition at line 40 of file shell_archive.c.

41 {
43 }
static const ArchiveModuleCallbacks shell_archive_callbacks
Definition: shell_archive.c:32

References shell_archive_callbacks.

Referenced by LoadArchiveLibrary().