Add common routine for setting track flags.

This commit is contained in:
rocky
2005-01-01 15:08:48 +00:00
parent 4b4108ed27
commit 6c20c2ee86
7 changed files with 37 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: generic.h,v 1.3 2004/12/31 05:47:36 rocky Exp $
$Id: generic.h,v 1.4 2005/01/01 15:08:48 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -192,6 +192,8 @@ extern "C" {
*/
bool init_cdtext_generic (generic_img_private_t *p_env);
void set_track_flags(track_flags_t *p_track_flag, uint8_t flag);
#ifdef __cplusplus
}
#endif /* __cplusplus */