diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 19:03:05 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:12:02 +0100 |
commit | d02ab63e862b0db074227982d69924b44bc5254d (patch) | |
tree | 7a286ce56a88dd72b5ad6d3abda7219d3ec07914 /filescan-utils.h | |
parent | 047e06d361fbb7c5381ab8a97729da92232f5e6c (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; |