Changeset 140 in Main for trunk/Server/tw_http.h
- Timestamp:
- Sep 23, 2024, 8:31:18 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_http.h
r43 r140 3 3 #ifndef __TW_HTTP_H__ 4 4 #define __TW_HTTP_H__ 5 6 #ifdef __cplusplus 7 extern "C" { 8 #endif 5 9 6 10 #include <stdbool.h> … … 35 39 #endif 36 40 41 #ifdef __cplusplus 42 } 37 43 #endif 44 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.