diff options
author | Burt P <pburt0@gmail.com> | 2017-08-25 10:54:16 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-07-29 19:40:43 -0700 |
commit | f7ca9fb955bf8e2b12f331754f593b5331617d3b (patch) | |
tree | ef89a9f749b9abd115ca57f9d58d193d9d908741 /includes/info.h | |
parent | 57a20428b400a9d23b6e3164bfd899e0f5dd75c3 (diff) |
struct info unflatten [v2]
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/info.h')
-rw-r--r-- | includes/info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/info.h b/includes/info.h index b883adcf..8166b1d1 100644 --- a/includes/info.h +++ b/includes/info.h @@ -105,3 +105,4 @@ void info_set_view_type(struct Info *info, ShellViewType setting); void info_set_reload_interval(struct Info *info, int setting); gchar *info_flatten(struct Info *info); +struct Info *info_unflatten(const gchar *str); |