Temporarily un-staticize utc_to_julian(); it needs to be hoisted up into

libwireshark, for use by multiple dissectors.

svn path=/trunk/; revision=32026
This commit is contained in:
Guy Harris 2010-02-27 01:43:10 +00:00
parent ca4125eb5e
commit 79c2cf4c30
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static const value_string ccsds_secondary_header_format_id[] = {
/* convert time from utc to julian values */
static void utc_to_julian ( int utc, int* year, int* julianday, int* hour, int* minute, int* second )
void utc_to_julian ( int utc, int* year, int* julianday, int* hour, int* minute, int* second )
{
static int Days[2][13] =
{