summaryrefslogtreecommitdiff
path: root/capplets/mime-type/new-mime-window.h
blob: 3071ab3fd56394b730dfcc80981f2b4e71f31164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/* Copyright (C) 1998 Redhat Software Inc. 
 * Authors: Jonathan Blandford <jrb@redhat.com>
 */
#include "mime-data.h"
#ifndef _NEW_MIME_WINDOW_H_
#define _NEW_MIME_WINDOW_H_

void launch_new_mime_window (void);
void hide_new_mime_window (void);
void show_new_mime_window (void);

#endif