summaryrefslogtreecommitdiffstats
path: root/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h
index 2a8f097..fb5834b 100644
--- a/src/format.h
+++ b/src/format.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008,2010 Red Hat, Inc.
+ * Copyright 2008,2010,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -53,6 +53,8 @@ void format_free_sdn_list(struct slapi_dn **list);
struct slapi_dn **format_dup_sdn_list(struct slapi_dn **list);
struct slapi_dn **format_make_sdn_list(char **list);
struct slapi_dn **format_add_sdn_list(struct slapi_dn ***list, const char *dn);
+struct slapi_dn **format_add_sdn_list_sorted(struct slapi_dn ***list,
+ const char *dn);
void format_free_data(char *data);
char *format_get_data(struct plugin_state *state, struct slapi_entry *e,