Fixed function declarations for obsolete functions.

This commit is contained in:
Carsten Dominik 2008-04-06 20:39:40 +02:00
parent b9293a6766
commit 1ca871a84e
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@
(entity field &optional type)) (entity field &optional type))
(declare-function elmo-message-field "ext:elmo" (declare-function elmo-message-field "ext:elmo"
(folder number field &optional type) t) (folder number field &optional type) t)
(declare-function elmo-msgdb-overview-get-entity "ext:elmo" (&rest unknown) t) (declare-function elmo-msgdb-overview-get-entity "ext:elmo" (id msgdb) t)
;; Backward compatibility to old version of wl ;; Backward compatibility to old version of wl
(declare-function wl "ext:wl" () t) (declare-function wl "ext:wl" () t)
(declare-function wl-summary-buffer-msgdb "ext:wl-folder" (&rest unknown) t) (declare-function wl-summary-buffer-msgdb "ext:wl-folder" () t)
(declare-function wl-folder-get-elmo-folder "ext:wl-folder" (declare-function wl-folder-get-elmo-folder "ext:wl-folder"
(entity &optional no-cache)) (entity &optional no-cache))
(declare-function wl-summary-goto-folder-subr "ext:wl-summary" (declare-function wl-summary-goto-folder-subr "ext:wl-summary"