mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
12 lines
263 B
C
12 lines
263 B
C
|
|
#ifndef CVPICS_H
|
|
#define CVPICS_H
|
|
|
|
PUBLIC NET_StreamClass *
|
|
net_PICSLabelFinderStream (int format_out,
|
|
void *data_obj,
|
|
URL_Struct *URL_s,
|
|
MWContext *window_id);
|
|
|
|
#endif /* CVPICS_H */
|