sync with sylpheed 0.7.4
[claws.git] / src / manual.h
index f92c5bfb5e27e33f319356c5792657ea38782594..85cff9702b6c0577b6d393a07fc067aa146f1708 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2002 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 typedef enum
 {
        MANUAL_LANG_EN,
+       MANUAL_LANG_ES,
        MANUAL_LANG_FR,
        MANUAL_LANG_JA,
 } ManualLang;
 
-typedef enum
-{
-       FAQ_LANG_EN,
-       FAQ_LANG_ES,
-       FAQ_LANG_FR,
-} FaqLang;
-
 void manual_open(ManualLang lang);
-void faq_open(FaqLang lang);
+void faq_open  (ManualLang lang);
 
 #endif /* __MANUAL_H__ */