mirror of
https://github.com/zeldaret/ss
synced 2026-09-10 03:52:24 -04:00
9 lines
163 B
C
9 lines
163 B
C
#ifndef TOBESORTED_REVISION_INFO_H
|
|
#define TOBESORTED_REVISION_INFO_H
|
|
|
|
const char *getUrlInfo();
|
|
const char *getRevisionInfo();
|
|
const char *getCopydate();
|
|
|
|
#endif
|