~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to src/util/dict_alloc.c

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
/* dict_default_sequence - trap unimplemented operation */
89
89
 
90
 
static int dict_default_sequence(DICT *dict, int function,
 
90
static int dict_default_sequence(DICT *dict, int unused_function,
91
91
                         const char **unused_key, const char **unused_value)
92
92
{
93
93
    msg_fatal("%s table %s: sequence operation is not supported",