mraa_internal.h: clean header style
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -71,12 +71,14 @@ mraa_boolean_t mraa_file_exist(const char* filename);
|
||||
* helper function to unglob filenames
|
||||
*
|
||||
* @param filename to unglob
|
||||
* @return char * with the existing filename matching the pattern of input. NULL if there is no match. Caller must free result
|
||||
* @return char * with the existing filename matching the pattern of input. NULL if there is no
|
||||
*match. Caller must free result
|
||||
*/
|
||||
char* mraa_file_unglob(const char* filename);
|
||||
|
||||
/**
|
||||
* helper function to find out if file that is targeted by a softlink (partially) matches the given name
|
||||
* helper function to find out if file that is targeted by a softlink
|
||||
* (partially) matches the given name
|
||||
*
|
||||
* @param filename of the softlink
|
||||
* @param (partial) filename that is matched with the filename of the link-targeted file
|
||||
|
||||
Reference in New Issue
Block a user