Add h_* prefix to globals.h comment

This commit is contained in:
8dcc 2023-07-27 15:42:14 +02:00
parent cfc2d89b8a
commit 4e3d1ce996
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
*
* prefix | meaning
* -------+-------------------------------
* h_* | handler ptr (global scope)
* i_* | interface ptr (global scope)
* o_* | original interface (not a ptr)
*/