diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-09-22 15:38:17 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-09-22 15:38:17 +0200 |
commit | e494587f4932d23eb2c13a87a2853be9140bc201 (patch) | |
tree | fd2cd8a7fba7c7cb3171a86ffa8015d81b706307 /src/presentation.c | |
parent | 3e592f2c7926ad92f7c293bb35c2f636f324d366 (diff) |
Transfer the actual data
Diffstat (limited to 'src/presentation.c')
-rw-r--r-- | src/presentation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.c b/src/presentation.c index 2e6eb03..f4e5bb6 100644 --- a/src/presentation.c +++ b/src/presentation.c @@ -322,7 +322,7 @@ static char *frame_options_string(struct frame *fr, StyleSheet *ss) } -static char *packed_sc(struct frame *fr, StyleSheet *ss) +char *packed_sc(struct frame *fr, StyleSheet *ss) { char *sc; int i; |