13 lines
203 B
C
13 lines
203 B
C
#ifdef HAVE_DOMAIN_NAME
|
|
|
|
#ifndef UI_DOMAIN_NAME_H_
|
|
#define UI_DOMAIN_NAME_H_
|
|
|
|
#include "ux.h"
|
|
|
|
extern const ux_flow_step_t ux_domain_name_step;
|
|
|
|
#endif // UI_DOMAIN_NAME_H_
|
|
|
|
#endif // HAVE_DOMAIN_NAME
|