yadro-task/include/tapelib/tape_config.h

13 lines
188 B
C
Raw Normal View History

#ifndef TAPE_CONFIG_H
#define TAPE_CONFIG_H
#include "filetape.h"
namespace tape {
FileTapeSettings init_settings(int argc, char **argv);
} // namespace tape
#endif // !TAPE_CONFIG_H