mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -04:00
8 lines
129 B
C
8 lines
129 B
C
|
|
#ifndef EL__VERNUM_H
|
|
#define EL__VERNUM_H
|
|
|
|
extern unsigned char *build_date, *build_time, *build_id;
|
|
|
|
#endif /* EL__VERNUM_H */
|