8 lines
146 B
C
8 lines
146 B
C
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
|
#ifndef ECDB_CONFIG_DIALOG_H
|
|
#define ECDB_CONFIG_DIALOG_H
|
|
|
|
void ecdb_config_dialog_show(void);
|
|
|
|
#endif
|