X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=attribute.c;h=d34f7d6371f7995f17a23fa9df4d3ec8b39f363e;hb=a05a33be9ed15982aabfa13726317a1fcb13cc19;hp=671ca056d4c0f65d501443a96e45a40fa780cd69;hpb=bd4ab2d82dec95a4deb2455c0e3394db3e0d3bc5;p=paraslash.git diff --git a/attribute.c b/attribute.c index 671ca056..d34f7d63 100644 --- a/attribute.c +++ b/attribute.c @@ -99,11 +99,17 @@ int get_attribute_bitnum_by_name(const char *att_name, unsigned char *bitnum) return 1; } +/** + * Flags used by the lsatt command. + * + * \param \sa com_lsatt(). + */ enum lsatt_flags { /** Whether "-a" was given for the lsatt command. */ LSATT_FLAG_SORT_BY_ID = 1, /** Whether "-l" was given for the lsatt command. */ LSATT_FLAG_LONG = 2, + /** Reverse sort order. */ LSATT_FLAG_REVERSE = 4 };