From e09fbe62d6fcc6ea85caae58b5023dfaf6bd80f3 Mon Sep 17 00:00:00 2001 From: Ahmed Sarfraaz Date: Thu, 7 Jul 2005 11:35:32 +0000 Subject: Adding the new files svn path=/trunk/; revision=29669 --- .../exchange-folder-size-display.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/exchange-operations/exchange-folder-size-display.h (limited to 'plugins/exchange-operations/exchange-folder-size-display.h') diff --git a/plugins/exchange-operations/exchange-folder-size-display.h b/plugins/exchange-operations/exchange-folder-size-display.h new file mode 100644 index 0000000000..2f09094062 --- /dev/null +++ b/plugins/exchange-operations/exchange-folder-size-display.h @@ -0,0 +1,21 @@ +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* Copyright (C) 2002-2004 Novell, Inc. */ + +#ifndef __EXCHANGE_FOLDER_SIZE_DISPLAY_H__ +#define __EXCHANGE_FOLDER_SIZE_DISPLAY_H__ + +#include +#include + +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + +void exchange_folder_size_display (GtkListStore *model, GtkWidget *parent); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __EXCHANGE_FOLDER_SIZE_DISPLAY_H__ */ -- cgit v1.2.3