diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-21 01:38:59 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-21 01:38:59 +0000 |
commit | 454cf699a5eef64ccdee7b2fa6bcef610136d823 (patch) | |
tree | 7a6f811f14d39bcda86e4191001f2c9eecd003d5 /lib/libalpm/alpm.h | |
parent | 1568fd98d882add6c91255b331592691f399bd3f (diff) | |
download | pacman-454cf699a5eef64ccdee7b2fa6bcef610136d823.tar.xz |
More extern moving - keep extern decls in the headers makes for easier/better
reuse.
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 638bb57b..35260827 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -73,9 +73,6 @@ int alpm_release(void); #define PM_LOG_FLOW2 0x10 #define PM_LOG_FUNCTION 0x20 -/* Log callback */ -typedef void (*alpm_cb_log)(unsigned short, char *); - int alpm_logaction(char *fmt, ...); /* |