Subversion Repositories SvarDOS

Rev

Rev 269 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
219 mateuszvis 1
/*
268 mateuszvis 2
 * This file is part of pkg (SvarDOS)
3
 * Copyright (C) 2013-2021 Mateusz Viste
219 mateuszvis 4
 */
5
 
6
#ifndef readlsm_h_sentinel
7
  #define readlsm_h_sentinel
8
  /* Loads metadata from an LSM file. Returns 0 on success, non-zero on error. */
249 mateuszvis 9
  int readlsm(const char *filename, char *version, size_t version_maxlen);
219 mateuszvis 10
#endif