summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-01-12 18:22:27 +0000
committerjbj <devnull@localhost>2001-01-12 18:22:27 +0000
commit31a589ae49d9f711792a9bb24f5c0b8b1b3cd965 (patch)
tree26087ebba6c809d5893f7f519980d986fe19838b /rpmio
parentfd0c1a672de734f768ad6fc6d0751b5c6710bc86 (diff)
downloadlibrpm-tizen-31a589ae49d9f711792a9bb24f5c0b8b1b3cd965.tar.gz
librpm-tizen-31a589ae49d9f711792a9bb24f5c0b8b1b3cd965.tar.bz2
librpm-tizen-31a589ae49d9f711792a9bb24f5c0b8b1b3cd965.zip
doxygen annotations for python bindings.
CVS patchset: 4433 CVS date: 2001/01/12 18:22:27
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/rpmio.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/rpmio/rpmio.h b/rpmio/rpmio.h
index 4efb077b6..e8896d5ec 100644
--- a/rpmio/rpmio.h
+++ b/rpmio/rpmio.h
@@ -110,38 +110,13 @@ typedef int fdio_fflush_function_t (FD_t fd);
* \name RPMRPC Vectors.
*/
/*@{*/
-
-/** \ingroup rpmio
- */
typedef int fdio_mkdir_function_t (const char * path, mode_t mode);
-
-/** \ingroup rpmrpc
- */
typedef int fdio_chdir_function_t (const char * path);
-
-/** \ingroup rpmrpc
- */
typedef int fdio_rmdir_function_t (const char * path);
-
-/** \ingroup rpmrpc
- */
typedef int fdio_rename_function_t (const char * oldpath, const char * newpath);
-
-/** \ingroup rpmrpc
- */
typedef int fdio_unlink_function_t (const char * path);
-
-
-/** \ingroup rpmrpc
- */
typedef int fdio_stat_function_t (const char * path, struct stat * st);
-
-/** \ingroup rpmrpc
- */
typedef int fdio_lstat_function_t (const char * path, struct stat * st);
-
-/** \ingroup rpmrpc
- */
typedef int fdio_access_function_t (const char * path, int amode);
/*@}*/