レポジトリ種類: Mercurial

#ifndef FINDPASS_H
#define FINDPASS_H

#include "common.h"

void findpass(const char *dpath, const char *txt);

#endif