Rémi Denis-Courmont
|
6f258887aa
|
Replace VLC_EXPORT macro with a simple prefix, VLC_API
This should help Doxygen parse VLC headers, and generally makes headers
easier to read. LibVLC already uses a similar approach.
|
15 years ago |
Rafaël Carré
|
91d4843ba1
|
vlc_sql.h: don't rely on __LIBVLC__ being defined
|
16 years ago |
Francois Cartegnie
|
7dafb03c02
|
void function cannot return a value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
16 years ago |
Srikanth Raju
|
484f5608bc
|
SQL/SQLite: Fix GetColumn functions in SQLite and implement a GetColumnSize function
Add a GetColumnSize function in the SQL API.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
17 years ago |
Srikanth Raju
|
2aa8e5b6df
|
Sql: Rollback should return void
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
17 years ago |
Srikanth Raju
|
d944e22711
|
Sql: Include interface for prepared statements.
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
|
17 years ago |
Srikanth Raju
|
e56fae2da2
|
Sql Core
This includes support for a SQL-based modules in Core VLC
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
|
17 years ago |