diff options
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 18e60ca078..39aca5f76a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -431,6 +431,10 @@ int connections_forall(int (*fn)(struct db_record *rec,  				 const struct connections_data *data,  				 void *private_data),  		       void *private_data); +int connections_forall_read(int (*fn)(const struct connections_key *key, +				      const struct connections_data *data, +				      void *private_data), +			    void *private_data);  bool connections_init(bool rw);  /* The following definitions come from lib/dbwrap_util.c  */  | 
