view vidix/drivers.h @ 22885:2fb21c753674

remove useless ()
author aurel
date Sun, 01 Apr 2007 21:58:45 +0000
parents 77def5093daf
children d74001dbe2a6
line wrap: on
line source


#ifndef VIDIX_DRIVERS_H
#define VIDIX_DRIVERS_H

void vidix_register_all_drivers (void);

int vidix_find_driver (VDXContext *ctx, const char *name,
                       unsigned int cap, int verbose);

#endif /* VIDIX_DRIVERS_H */