source: projects/synaptic/trunk/common/sections_trans.h @ 280

Revision 280, 302 bytes checked in by yasumichi, 15 years ago (diff)

first import

Line 
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
14using namespace std;
15
16string trans_section(string sec);
17
18#endif
Note: See TracBrowser for help on using the repository browser.