mirror of
https://github.com/zeldaret/ss
synced 2026-06-02 10:10:13 -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
|