]> git.sesse.net Git - vlc/blobdiff - modules/access_output/bonjour.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / access_output / bonjour.h
index 79f91585e71a5eb95b58e5afec4e48bfcd3db95c..fe63c0896f1d8f922d67bbbbb03912d1be0d6ff6 100644 (file)
@@ -18,8 +18,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-void *bonjour_start_service( vlc_object_t *, char*, char *, int, char * );
+void *bonjour_start_service( vlc_object_t *, const char*, const char *, int,
+                             char * );
 void bonjour_stop_service( void * );