Skip to content
Snippets Groups Projects
get.h 186 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef GET_H
    #define GET_H
    
    #include "common.h"
    #include <json_hal_server.h>
    
    
    int bbfdm_get_value(const json_object *jmsg, int param_count,
    	json_object *jreply);
    
    #endif /* GET_H */