]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
* vlm.*: move vlm to the core (now, vlm_New create only one instance)
[vlc] / include / vlc_objects.h
index 4f6a5aab35ba0bbbedde1ed125988b315be9b199..e171d0780a17dd2e8e671bcd1e654e8cddb66395 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_objects.h: vlc_object_t definition.
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlc_objects.h,v 1.22 2004/01/25 18:17:08 zorglub Exp $
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -47,6 +47,7 @@
 #define VLC_OBJECT_PACKETIZER (-13)
 #define VLC_OBJECT_ENCODER   (-14)
 #define VLC_OBJECT_DIALOGS   (-15)
+#define VLC_OBJECT_VLM       (-16)
 
 #define VLC_OBJECT_GENERIC  (-666)