Diff for /xfs-cmds/xfsprogs/quota/quota.h between versions 1.5 and 1.6

version 1.5, 2005/11/14 02:47:28 version 1.6, 2007/02/19 14:54:20
Line 49  enum { Line 49  enum {
  */   */
 extern char *type_to_string(uint __type);  extern char *type_to_string(uint __type);
 extern char *form_to_string(uint __form);  extern char *form_to_string(uint __form);
 extern char *time_to_string(__uint32_t __time, uint __flags);  extern char *time_to_string(time_t __time, uint __flags);
 extern char *bbs_to_string(__uint64_t __v, char *__c, uint __size);  extern char *bbs_to_string(__uint64_t __v, char *__c, uint __size);
 extern char *num_to_string(__uint64_t __v, char *__c, uint __size);  extern char *num_to_string(__uint64_t __v, char *__c, uint __size);
 extern char *pct_to_string(__uint64_t __v, __uint64_t __t, char *__c, uint __s);  extern char *pct_to_string(__uint64_t __v, __uint64_t __t, char *__c, uint __s);

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>