dvm.h 130 B

123456
  1. #define DBDIR "/home/user/.dvm"
  2. struct dvm_header {
  3. unsigned long long file_size;
  4. char name[1024-sizeof(unsigned long long)];
  5. };