2 // source.hh -- part of LilyPond
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
15 void add( Source_file
* sourcefile_p
);
16 Source_file
* sourcefile_l( char const* ch_c_l
);
19 IPointerList
<Source_file
*> sourcefile_p_iplist_
;
24 extern Source
* source_l_g
;
26 #endif // SOURCE_HH //