mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
10 lines
162 B
C
10 lines
162 B
C
|
|
#ifndef STRMUTIL_H
|
|
#define STRMUTIL_H
|
|
|
|
#ifdef DEBUG
|
|
extern void NET_DisplayStreamInfoAsHTML(ActiveEntry *cur_entry);
|
|
#endif /* DEBUG */
|
|
|
|
#endif /* STRMUTIL_H */
|