tizen 2.4 release
[framework/appfw/aul-1.git] / delegator / delegator_client.h
1 #ifndef __DELEGATOR_CLIENT_H__
2 #define __DELEGATOR_CLIENT_H__
3
4 #include <bundle.h>
5
6 int delegator_client_launch(const char *zone, bundle *kb);
7 int delegator_client_can_jump(char **zone, bundle *kb);
8
9 #endif  /* __DELEGATOR_CLIENT_H__ */
10