1/*
2 * Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Jonas Sundström, jonas@kirilla.com
7 */
8#ifndef ZIPOMATIC_MISC_H
9#define ZIPOMATIC_MISC_H
10
11
12#define ZIPOMATIC_APP_SIG		"application/x-vnd.haiku.zip-o-matic"
13
14#define ZIPPO_WINDOW_QUIT		'winq'
15#define ZIPPO_QUIT_OR_CONTINUE	'alrt'
16#define ZIPPO_THREAD_EXIT		'exit'
17#define ZIPPO_THREAD_EXIT_ERROR	'exrr'
18#define ZIPPO_TASK_DESCRIPTION	'strt'
19#define ZIPPO_LINE_OF_STDOUT	'outp'
20
21
22#endif	// ZIPOMATIC_MISC_H
23
24