mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
Make enum three_state public
This commit is contained in:
parent
663f913ee4
commit
6457cbccda
3 changed files with 13 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#ifndef LABWC_PARSE_BOOL_H
|
||||
#define LABWC_PARSE_BOOL_H
|
||||
#include <stdbool.h>
|
||||
#include "view.h"
|
||||
#include "common/three-state.h"
|
||||
|
||||
/**
|
||||
* parse_three_state() - Parse boolean value of string as a three-state enum.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue