commit | 22f56b93e58e04b0a68bc226437ed129559b85e6 | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Fri May 04 09:46:57 2012 -0700 |
committer | John Koleszar <jkoleszar@google.com> | Fri May 04 10:44:47 2012 -0700 |
tree | 2461c5d5cabecfcfad51e84b41ee828c53daf706 | |
parent | 3e32105d63c0a15198b0b4e1172c1c934e1c5b7d [diff] |
Formalize encodeframe.c forward delclarations Change If4321cc5 fixed a bug caused by forward declarations not being kept in sync across C files, resulting in a function call with the wrong arguments. The commit moves the affected function declarations into a header file, along with the other symbols from encodeframe.c that were being sloppily shared. Change-Id: I76a7b4c66d4fe175f9cbef7e52148655e4bb9ba1