diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 19:03:05 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 19:03:05 +0200 |
commit | 1860c197a402f76f960eb2e373daf1259592cb67 (patch) | |
tree | 7a286ce56a88dd72b5ad6d3abda7219d3ec07914 /filescan-utils.h | |
parent | d253dd06c81d6601b73ab94e3978f69ef789de89 (diff) |
Format and missing header dependencies
Change-Id: If5890445bdb6a676ee6c435f50a27caa8ca5850d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'filescan-utils.h')
-rw-r--r-- | filescan-utils.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/filescan-utils.h b/filescan-utils.h index cbe15de..a97d030 100644 --- a/filescan-utils.h +++ b/filescan-utils.h @@ -13,15 +13,19 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * reference: + * + * reference: * amixer contents; amixer controls; - * http://www.tldp.org/HOWTO/Alsa-sound-6.html + * http://www.tldp.org/HOWTO/Alsa-sound-6.html */ #ifndef FILESCAN_UTILS_H #define FILESCAN_UTILS_H +#define AFB_BINDING_VERSION 2 +#include <afb/afb-binding.h> +#include <json-c/json.h> + #ifndef PUBLIC #define PUBLIC #endif @@ -29,7 +33,7 @@ // ctl-misc.c typedef enum { - CTL_SCAN_FLAT=0, + CTL_SCAN_FLAT=0, CTL_SCAN_RECURSIVE=1, } CtlScanDirModeT; |