diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 12:20:59 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 12:20:59 +0200 |
commit | 90fbda71036fe0614558750fb4fa862c3b8f1413 (patch) | |
tree | 94c2272421daceb720ff1dbb73a8b5563cdd404d /lib/rpmtypes.h | |
parent | e97aefc89bdd10616a8bd0fce642a93148ab357a (diff) | |
download | librpm-tizen-90fbda71036fe0614558750fb4fa862c3b8f1413.tar.gz librpm-tizen-90fbda71036fe0614558750fb4fa862c3b8f1413.tar.bz2 librpm-tizen-90fbda71036fe0614558750fb4fa862c3b8f1413.zip |
Move FD_t to rpmtypes.h, used all over ..
Diffstat (limited to 'lib/rpmtypes.h')
-rw-r--r-- | lib/rpmtypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index 1bb087eef..813ce6e84 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -39,6 +39,8 @@ typedef struct rpmSpec_s * rpmSpec; typedef const void * fnpyKey; +typedef struct _FD_s * FD_t; + /** * Package read return codes. */ |