summaryrefslogtreecommitdiffstats
path: root/src/backend.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-09-08 15:33:47 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-09-08 15:33:47 -0400
commitf6ecd6aa77181129bf8dc269f8aee58c4b98f946 (patch)
treea914adeff8f2ae3bd2b70f5fccaa2133f97198a6 /src/backend.h
parent81dd308f0bc5d74c648860956e4a5d776c00ceee (diff)
downloadslapi-nis-f6ecd6aa77181129bf8dc269f8aee58c4b98f946.tar.gz
slapi-nis-f6ecd6aa77181129bf8dc269f8aee58c4b98f946.tar.xz
slapi-nis-f6ecd6aa77181129bf8dc269f8aee58c4b98f946.zip
- correctly name the format_inref_attr structure in a forward declaration
Diffstat (limited to 'src/backend.h')
-rw-r--r--src/backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend.h b/src/backend.h
index e1dfa31..cbc14fd 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -23,7 +23,7 @@
#define backend_h
struct backend_set_data;
struct plugin_state;
-struct inref_attr;
+struct format_inref_attr;
/* Configuration data common to all backends. */
struct backend_shr_set_data {