repo.or.cz
/
siplcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
purple: fix possible gsize vs. size_t incompatibilty
[siplcs.git]
/
src
/
adium
/
ESPurpleSIPEAccount.h
blob
1e8643b0ccac41ed71f2e9e16cb177f60aee0360
1
//
2
// ESSIPEAccount.h
3
// SIPEAdiumPlugin
4
//
5
// Created by Matt Meissner on 10/30/09.
6
// Copyright 2009 Matt Meissner. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
#import <AdiumLibpurple/CBPurpleAccount.h>
11
12
@interface ESPurpleSIPEAccount
:
CBPurpleAccount
<
AIAccount_Files
> {
13
14
}
15
@end