summaryrefslogtreecommitdiff
path: root/include/toBeSorted/revision_info.h
blob: 58aa98e1b7d6c2a977d8a03383b8d04469943d76 (plain)
1
2
3
4
5
6
7
8
#ifndef TOBESORTED_REVISION_INFO_H
#define TOBESORTED_REVISION_INFO_H

const char *getUrlInfo();
const char *getRevisionInfo();
const char *getCopydate();

#endif