_libelf.h (4484:7c56a6c9c265) _libelf.h (8349:931ef19535e0)
1/*-
2 * Copyright (c) 2006 Joseph Koshy
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 16 unchanged lines hidden (view full) ---

25 *
26 * $FreeBSD: src/lib/libelf/_libelf.h,v 1.2 2006/12/25 02:22:22 jkoshy Exp $
27 */
28
29#ifndef __LIBELF_H_
30#define __LIBELF_H_
31
32#include "elf_queue.h"
1/*-
2 * Copyright (c) 2006 Joseph Koshy
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 16 unchanged lines hidden (view full) ---

25 *
26 * $FreeBSD: src/lib/libelf/_libelf.h,v 1.2 2006/12/25 02:22:22 jkoshy Exp $
27 */
28
29#ifndef __LIBELF_H_
30#define __LIBELF_H_
31
32#include "elf_queue.h"
33#include "libelf.h"
33
34#ifndef NULL
35#define NULL ((void *) 0)
36#endif
37
38/*
39 * Library-private data structures.
40 */

--- 153 unchanged lines hidden ---
34
35#ifndef NULL
36#define NULL ((void *) 0)
37#endif
38
39/*
40 * Library-private data structures.
41 */

--- 153 unchanged lines hidden ---