summaryrefslogtreecommitdiff
path: root/src/register.h
blob: 2122d6ba1a55c664bd7bb05b2937709112976692 (plain)
1
2
3
4
5
6
7
8
#ifndef __REGISTER_H
#define __REGISTER_H

int register_app(const char *domain);

#endif