Changeset 3aff94d in mod_gnutls for src/gnutls_cache.h
- Timestamp:
- Oct 31, 2018, 3:20:28 AM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- b47dc70
- Parents:
- 267a27a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_cache.h
r267a27a r3aff94d 163 163 }; 164 164 165 /** 166 * Write cache status to a mod_status report 167 * 168 * @param cache the cache to report on 169 * 170 * @param header_title string to prefix the report with to distinguish 171 * caches 172 * 173 * @param r status output is added to the response for this request 174 * 175 * @param flags request flags, used to toggle "short status" mode 176 * 177 * @return request status, currently always `OK` 178 */ 179 int mgs_cache_status(mgs_cache_t cache, const char *header_title, 180 request_rec *r, int flags); 181 165 182 #endif /** __MOD_GNUTLS_CACHE_H__ */
Note: See TracChangeset
for help on using the changeset viewer.