| Revision 280, 302 bytes checked in by yasumichi, 17 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [280] | 1 | /* Translation table for debian sections |
| 2 | * (c) 2004 Michael Vogt | |
| 3 | */ | |
| 4 | ||
| 5 | #ifndef _HAVE_SECTIONS_TRANS_H | |
| 6 | #define _HAVE_SECTIONS_TRANS_H | |
| 7 | ||
| 8 | #include <string> | |
| 9 | #include <sstream> | |
| 10 | #include <iostream> | |
| 11 | #include <apt-pkg/strutl.h> | |
| 12 | #include "i18n.h" | |
| 13 | ||
| 14 | using namespace std; | |
| 15 | ||
| 16 | string trans_section(string sec); | |
| 17 | ||
| 18 | #endif |