mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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 */
|