X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma.h;h=f0ba7f631703b35878606facde8f2980de621bce;hp=33e34a3515b482c9f682e6c7472dbc7ec711e190;hb=761d9bd95a6601c0b3be6591a6b6672b755e1fbe;hpb=a694ab16b6ff43b545ccd530360b7224433a5b76 diff --git a/wma.h b/wma.h index 33e34a35..f0ba7f63 100644 --- a/wma.h +++ b/wma.h @@ -25,7 +25,7 @@ struct asf_header_info { }; /* wma_common.c */ -int wma_log2(unsigned int v); +__a_const int wma_log2(unsigned int v); const char *search_pattern(const char *pattern, int pattern_len, const char *buf, int buf_size); int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi);