summaryrefslogtreecommitdiff
path: root/include/starter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/starter.h')
-rw-r--r--[-rwxr-xr-x]include/starter.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/include/starter.h b/include/starter.h
index 017bc83..4ce9124 100755..100644
--- a/include/starter.h
+++ b/include/starter.h
@@ -1,9 +1,5 @@
/*
- * starter
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>
+ * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -16,23 +12,15 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
*/
#ifndef __STARTER_H__
#define __STARTER_H__
#include <sys/time.h>
-#include <aul.h>
-#include <alarm.h>
struct appdata {
struct timeval tv_start; /* start time */
- int launcher_pid;
- alarm_id_t alarm_id; /* -1 : None, others : set alarm */
- bool wms_connected;
};
-int w_launch_app(char *pkgname, bundle *b);
-
#endif /* __STARTER_H__ */