• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ubox/validate/libvalidate.h

  1 #ifndef _VALIDATE_H__
  2 #define _VALIDATE_H__
  3 
  4 enum dt_type {
  5         DT_INVALID,
  6         DT_BOOL,
  7         DT_NUMBER,
  8         DT_STRING
  9 };
 10 
 11 enum dt_type dt_parse(const char *code, const char *value);
 12 
 13 #endif
 14 

This page was automatically generated by LXR 0.3.1.  •  OpenWrt