ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/rohc/c_uncompressed.c
(Generate patch)

Comparing gvpe/src/rohc/c_uncompressed.c (file contents):
Revision 1.1 by pcg, Sun Feb 8 06:02:44 2004 UTC vs.
Revision 1.3 by pcg, Tue Apr 26 00:55:56 2005 UTC

23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details. 24 GNU General Public License for more details.
25 25
26 You should have received a copy of the GNU General Public License 26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software 27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 28 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
29*/ 29*/
30/* 30/*
31 * Implementation of the uncompressed profile (compressor) 31 * Implementation of the uncompressed profile (compressor)
32 */ 32 */
33 33
34#include <linux/ip.h>
35
36#include "rohc.h" 34#include "rohc.h"
37#include "comp.h" 35#include "comp.h"
38#include "c_util.h" 36#include "c_util.h"
39 37
40 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines