Blame view

cmc/cmc_query_config.c 1.14 KB
1
/* GNU Mailutils -- a suite of utilities for electronic mail
2
   Copyright (C) 1999, 2000, 2001, 2007 Free Software Foundation, Inc.
3

4 5 6
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
7
   version 3 of the License, or (at your option) any later version.
8

9
   This library is distributed in the hope that it will be useful,
10
   but WITHOUT ANY WARRANTY; without even the implied warranty of
11 12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.
13

14 15
   You should have received a copy of the GNU Lesser General Public
   License along with this library; if not, write to the Free Software
Wojciech Polak authored
16
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA  */
17 18 19 20 21 22 23 24 25 26 27 28 29

#include <mailutils/xcmc.h>

/* Query Configuration - Determine information about the installed CMC
   configuration.  */

CMC_return_code
cmc_query_configuration (CMC_session_id session, CMC_enum item,
			 CMC_buffer reference,
			 CMC_extension * config_extensions)
{
  return CMC_E_NOT_SUPPORTED;
}