root/src/add-ons/tracker/zipomatic/ZipOMaticMisc.h
/*
 * Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              Jonas Sundström, jonas@kirilla.com
 */
#ifndef ZIPOMATIC_MISC_H
#define ZIPOMATIC_MISC_H


#define ZIPOMATIC_APP_SIG               "application/x-vnd.haiku.zip-o-matic"

#define ZIPPO_WINDOW_QUIT               'winq'
#define ZIPPO_QUIT_OR_CONTINUE  'alrt'
#define ZIPPO_THREAD_EXIT               'exit'
#define ZIPPO_THREAD_EXIT_ERROR 'exrr'
#define ZIPPO_TASK_DESCRIPTION  'strt'
#define ZIPPO_LINE_OF_STDOUT    'outp'


#endif  // ZIPOMATIC_MISC_H