1 2 3 4 5 6 7 8
#ifndef __REGISTER_H #define __REGISTER_H int register_app(const char *domain); #endif