]> Git Repo - linux.git/blobdiff - include/linux/parser.h
skbuff: remove some unnecessary operation in skb_segment_list()
[linux.git] / include / linux / parser.h
index 89e2b23fb888e82edacdac2293d3ce5b70de78e5..dd79f45a37b89b5631777227d808807eca17b8d2 100644 (file)
@@ -29,6 +29,7 @@ typedef struct {
 
 int match_token(char *, const match_table_t table, substring_t args[]);
 int match_int(substring_t *, int *result);
+int match_uint(substring_t *s, unsigned int *result);
 int match_u64(substring_t *, u64 *result);
 int match_octal(substring_t *, int *result);
 int match_hex(substring_t *, int *result);
This page took 0.035624 seconds and 4 git commands to generate.