Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpropanoid <propanoid@gmail.com>2017-04-02 13:06:12 +0300
committerkenorb <kenorb@users.noreply.github.com>2019-02-03 00:38:48 +0300
commitce8216af20ffa81799c7f565d673ba03e77a68a8 (patch)
treecd642a2c4a46c4299a87f57049dd67f342082228
parent8b528222a198ad1bd2be721085343225fbbf7afa (diff)
exposed reply_markup
-rw-r--r--tgl-layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tgl-layout.h b/tgl-layout.h
index e534168..9829b88 100644
--- a/tgl-layout.h
+++ b/tgl-layout.h
@@ -600,13 +600,13 @@ struct tgl_message_media {
};
};
-struct tgl_message_reply_markup {
+typedef struct tgl_message_reply_markup {
int refcnt;
int flags;
int rows;
int *row_start;
char **buttons;
-};
+} tgl_message_reply_markup;
typedef struct tgl_message_id {
unsigned peer_type;