about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 06b5cf97..2eec3b01 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -54,7 +54,7 @@ typedef struct prof_win_t {
     int history_shown;
     void (*print_time)(struct prof_win_t *self, char show_char);
     void (*print_line)(struct prof_win_t *self, const char * const msg, ...);
-    void (*refresh)(struct prof_win_t *self);
+    void (*refresh_win)(struct prof_win_t *self);
     void (*presence_colour_on)(struct prof_win_t *self, const char * const presence);
     void (*presence_colour_off)(struct prof_win_t *self, const char * const presence);
     void (*show_contact)(struct prof_win_t *self, PContact contact);