1 |
|
/* ============================================================================ |
2 |
|
* Douglas Thrift's Search Engine License |
3 |
|
* |
4 |
< |
* Copyright (C) 2002, Douglas Thrift. All Rights Reserved. |
4 |
> |
* Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved. |
5 |
|
* Redistribution and use in source and binary forms, with or without |
6 |
|
* modification, are permitted provided that the following conditions are met: |
7 |
|
* |
78 |
|
friend ostream& operator<<(ostream& os, URL& data); |
79 |
|
}; |
80 |
|
|
81 |
+ |
string getLink(string link, URL& url); |
82 |
+ |
|
83 |
|
#endif // _URL_h_ |