Skip to content
Snippets Groups Projects
shepherd_sniff.h 201 B
Newer Older
Dorababu A's avatar
Dorababu A committed
#ifndef SHEPHERD_SNIFF_H_
#define SHEPHERD_SNIFF_H_

#ifdef __cplusplus
extern "C" {
#endif

#include "esp_err.h"

esp_err_t shepherd_sniff();

#ifdef __cplusplus
}
#endif

#endif // SHEPHERD_SNIFF_H_