зеркало из https://github.com/mozilla/pjs.git
12 строки
263 B
C
12 строки
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 */
|