diff options
author | Jonathon Jongsma <jjongsma@redhat.com> | 2015-01-16 15:13:31 -0600 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-01-19 14:14:23 +0000 |
commit | 30f873d033d3d9a5b23160d8ee81d839f9f8a859 (patch) | |
tree | 81c102e074a68a2d4c7ef7c8a719ab352dbe7f33 /server/reds.h | |
parent | dc7ef0eaa225289ed13472bba0f6ffe5172bf164 (diff) |
reds_num_of_clients() -> reds_get_n_clients()
More consistent with glib naming conventions. Also make the function
static since it's not used outside of this source file.
Acked-by: Pavel Grunt <pgrunt@redhat.com>
Diffstat (limited to 'server/reds.h')
-rw-r--r-- | server/reds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/reds.h b/server/reds.h index 99fd97f5..39fe2919 100644 --- a/server/reds.h +++ b/server/reds.h @@ -88,7 +88,6 @@ typedef struct MainMigrateData MainMigrateData; void reds_marshall_migrate_data(SpiceMarshaller *m); void reds_fill_channels(RedsState *reds, SpiceMsgChannels *channels_info); int reds_get_n_channels(RedsState *reds); -int reds_num_of_clients(RedsState *reds); #ifdef RED_STATISTICS void reds_update_stat_value(uint32_t value); #endif |